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 DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script:
- cd $TEST_DIR # switch to the directory we're testing
- npm install
- cd $TEST_DIR # switch to the directory we're testing
# npm install happens here
script:
- npm run test-ci
after_success:
- ./node_modules/.bin/codecov # Send coverage
- ./node_modules/.bin/codecov # Send coverage