Skip to content

Commit

Permalink
clean up travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
fearphage authored and fatso83 committed May 29, 2018
1 parent 5e49793 commit 878e2e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -30,11 +30,10 @@ before_script:
- if [ "x$TRAVIS_NODE_VERSION" = "x10" ]; then npm run lint; fi
- if [ "x$TRAVIS_NODE_VERSION" = "x10" ]; then npm run test-headless -- --allow-chrome-as-root; fi
- if [ "x$TRAVIS_NODE_VERSION" = "x10" ]; then npm run test-webworker -- --allow-chrome-as-root; fi
- if [ "x$TRAVIS_NODE_VERSION" = "x10" ]; then npm run test-esm-bundle -- --allow-chrome-as-root; fi
- if [ "x$TRAVIS_NODE_VERSION" = "x10" ]; then npm run test-esm-bundle; fi
- if [ "x$TRAVIS_NODE_VERSION" = "x10" ] && [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run test-cloud; fi

script:
- npm run test-node
script: npm run test-node

after_success:
- if [ "x$TRAVIS_NODE_VERSION" = "x10" ]; then npm run test-coverage && cat ./coverage/lcov.info | coveralls lib; fi
Expand Down

0 comments on commit 878e2e8

Please sign in to comment.