Skip to content

Commit

Permalink
Use Firefox Headless instead of chrome for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Shehata committed Dec 6, 2018
1 parent 732a37e commit be1c89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ script:
- npm --silent run deploy-s3 -- -b cesium-dev -d cesium/$TRAVIS_BRANCH --confirm -c 'no-cache'
- npm --silent run deploy-status -- --status success --message Deployed

- npm --silent run test -- --browsers ChromeCI --failTaskOnError --webgl-stub --release --suppressPassed
- npm --silent run test -- --browsers FirefoxHeadless --failTaskOnError --webgl-stub --release --suppressPassed

- node index.js

Expand Down

0 comments on commit be1c89b

Please sign in to comment.