(GH1986) remove redundant install section from travis

This commit is contained in:
Christopher McCulloh
2017-06-09 15:29:56 -04:00
parent 5f25842539
commit c665579c26

View File

@@ -2,9 +2,15 @@ language: node_js
node_js:
- 6.8.1
sudo: false
addons:
apt:
packages:
- xvfb
install:
- time npm install
- time ./node_modules/bower/bin/bower update
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
env:
global:
- secure: |-
@@ -17,4 +23,3 @@ env:
+M1cvJ2Cq14pEK6y2OMAooY2TY4p8MynxsqoKUGOYjmKXsLp1ZE=
matrix:
fast_finish: true