Remove before_install section from travis config

This commit is contained in:
Tyler Long 2017-09-12 18:25:44 +08:00
parent f979d941b6
commit 1e89aa7d92

View File

@ -6,10 +6,6 @@ addons:
language: node_js
node_js:
- "8"
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start &
- sleep 3
before_script:
- yarn build
script: