Skip to content

Commit

Permalink
chore(travis): no need to start a webserver
Browse files Browse the repository at this point in the history
The test-all.sh script does this already.
  • Loading branch information
petebacondarwin committed Apr 5, 2014
1 parent 519ec99 commit 873b2bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ env: BROWSERS=firefox E2E_BROWSERS=firefox
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm start > /dev/null &
- npm run update-webdriver
- sleep 1 # give server time to start

script:
- scripts/private/test-all.sh

0 comments on commit 873b2bb

Please sign in to comment.