Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
ci(percy): Run percy on master/node 9; see #414, see #415
Browse files Browse the repository at this point in the history
  • Loading branch information
misund committed Apr 26, 2018
1 parent 557181f commit 61ec07e
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 @@ -15,7 +15,7 @@ script:
if [[ $TRAVIS_PULL_REQUEST != "false" ]] && [[ $TRAVIS_NODE_VERSION == "9" ]]; then
echo "Sending PR snapshots to Percy";
npm run snapshot;
elif [[ $TRAVIS_PULL_REQUEST == "false" ]] && [[ $TRAVIS_BRANCH == "master" ]] && [[ $TRAVIS_NODE_VERSION == "node" ]]; then
elif [[ $TRAVIS_PULL_REQUEST == "false" ]] && [[ $TRAVIS_BRANCH == "master" ]] && [[ $TRAVIS_NODE_VERSION == "9" ]]; then
echo "Sending master build snapshots to Percy";
npm run snapshot;
else
Expand Down

0 comments on commit 61ec07e

Please sign in to comment.