remove extraneous 'npm install' from Travis build

This commit is contained in:
Jason Dreyzehner 2017-06-15 17:19:40 -04:00
parent c979260395
commit 8688f2fc80

View File

@ -19,13 +19,11 @@ before_install:
- export CHROME_BIN=chromium-browser - export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0 - export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start - sh -e /etc/init.d/xvfb start
- cd $TEST_DIR # switch to the directory we're testing
before_script: # npm install happens here
- cd $TEST_DIR # switch to the directory we're testing
- npm install
script: script:
- npm run test-ci - npm run test-ci
after_success: after_success:
- ./node_modules/.bin/codecov # Send coverage - ./node_modules/.bin/codecov # Send coverage