Skip to content

Commit

Permalink
Update Travis to build webworker
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Aug 1, 2017
1 parent d5b819b commit 3dee7d3
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 @@ before_script:
- if [ "x$TRAVIS_NODE_VERSION" = "x6" ]; then npm run lint; fi
# run these on node 6 to have npm 3 with flat dependencies
- if [ "x$TRAVIS_NODE_VERSION" = "x6" ]; then npm run test-headless; fi
- if [ "x$TRAVIS_NODE_VERSION" = "x6" ]; then npm run test-webworker; fi
- if [ "x$TRAVIS_NODE_VERSION" = "x6" ]; then $(npm bin)/run-s build test-webworker; fi
- if [ "x$TRAVIS_NODE_VERSION" = "x6" ] && [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run test-cloud; fi

script:
Expand Down

0 comments on commit 3dee7d3

Please sign in to comment.