Skip to content

Commit

Permalink
fix: remove bail flag from Travis CI to troubleshoot Travis test fail…
Browse files Browse the repository at this point in the history
…ing mysteriously
  • Loading branch information
sghoweri committed Mar 22, 2019
1 parent ea83ca0 commit 30cb128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"lint:js": "eslint --max-warnings 0 'packages/**/*.js' 'docs-site/**/*.js'",
"lint:scss": "stylelint 'packages/**/*.scss' 'docs-site/**/*.scss' --config .stylelintrc",
"test": "npm-run-all --parallel test:js test:php test:monorepo",
"test:js": "NODE_ENV='test' jest --bail --colors",
"test:js": "NODE_ENV='test' jest --colors",
"test:js:update": "yarn run test:js -u",
"test:monorepo": "node scripts/monorepo-tests.js",
"test:php": "npx lerna exec --scope @bolt/core-php -- composer run test",
Expand Down

0 comments on commit 30cb128

Please sign in to comment.