Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
message on chromatic failure
Browse files Browse the repository at this point in the history
  • Loading branch information
boygirl committed May 21, 2018
1 parent c74bc46 commit 599ac46
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 @@ -21,7 +21,7 @@ script:
- npm --version
- node_modules/.bin/builder run check-ci
# Only run chromatic once
- if [ "${TRAVIS_NODE_VERSION}" = "6" ]; then npm run chromatic-test || 1; fi
- if [ "${TRAVIS_NODE_VERSION}" = "6" ]; then npm run chromatic-test || echo "Chromatic tests failed. Please investigate"; fi
# Prune deps to just production and ensure we can still build
- npm prune --production
- node_modules/.bin/builder run build
Expand Down

0 comments on commit 599ac46

Please sign in to comment.