Skip to content

Commit

Permalink
don't accidentally run the smoke test again 🤦‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
samschlegel committed Aug 26, 2020
1 parent 0ddd482 commit 384fa41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -41,4 +41,4 @@ script:
- cd ../
- ./smoke-test.sh
# Check that /examples has no changes
- if [ -n "$(git status --porcelain)" ] ; then echo "/examples is out of date. Please run `./smoke-test.sh` locally and commit the changes" >&2 ; exit 1 ; fi
- if [ -n "$(git status --porcelain)" ] ; then echo '/examples is out of date. Please run `./smoke-test.sh` locally and commit the changes' >&2 ; exit 1 ; fi

0 comments on commit 384fa41

Please sign in to comment.