Skip to content

Commit

Permalink
chore: Cleaned up travis config (#129)
Browse files Browse the repository at this point in the history
* Removed duplicate `sudo` entry in `.travis.yml`
* Rephrased log message while running cross-browsers integration tests.
  • Loading branch information
ExE-Boss authored and rpl committed Jun 19, 2018
1 parent 2537b23 commit 3a6d76a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,5 +1,4 @@
language: node_js
sudo: false
node_js:
## Some of the ES6 syntax used in the browser-polyfill sources is only supported on nodejs >= 6
## and the selenium-webdriver dependency used by the integration tests requires nodejs >= 8.
Expand All @@ -14,7 +13,7 @@ script:
./test/run-module-bundlers-smoketests.sh
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- echo "RUN integration tests on chrome" &&
- echo "RUN integration tests on real browsers" &&
TRAVIS_CI=true ./test/run-browsers-smoketests.sh

## See https://docs.travis-ci.com/user/chrome
Expand Down

0 comments on commit 3a6d76a

Please sign in to comment.