Skip to content

Commit

Permalink
Run mochify with --allow-chrome-as-root on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni authored and mroderick committed Jan 13, 2018
1 parent bb5529b commit ec2496d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -29,8 +29,8 @@ before_script:
# ESLint only supports Node >=4
- if [ "x$TRAVIS_NODE_VERSION" = "x8" ]; then npm run lint; fi
- if [ "x$TRAVIS_NODE_VERSION" = "x8" ]; then npm run lint-markdown; fi
- if [ "x$TRAVIS_NODE_VERSION" = "x8" ]; then npm run test-headless; fi
- if [ "x$TRAVIS_NODE_VERSION" = "x8" ]; then npm run test-webworker; fi
- if [ "x$TRAVIS_NODE_VERSION" = "x8" ]; then npm run test-headless -- --allow-chrome-as-root; fi
- if [ "x$TRAVIS_NODE_VERSION" = "x8" ]; then npm run test-webworker -- --allow-chrome-as-root; fi
- if [ "x$TRAVIS_NODE_VERSION" = "x8" ] && [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run test-cloud; fi

script:
Expand Down

0 comments on commit ec2496d

Please sign in to comment.