Skip to content

Commit

Permalink
Correct travis command
Browse files Browse the repository at this point in the history
  • Loading branch information
Pim Otte committed Apr 17, 2019
1 parent da172d3 commit b7d344e
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 @@ -8,7 +8,7 @@ before_script:
- git fetch --unshallow
script:
- npm run lint
- 'npm run docs; if [ ! -z "$(git status docs/ --porcelain)" ]; then echo "Documentation out of date exit 1; fi'
- 'npm run docs; if [ ! -z "$(git status docs/ --porcelain)" ]; then echo "Documentation out of date"; exit 1; fi'
- npm test
# other script steps might be done before running the actual analysis

Expand Down

0 comments on commit b7d344e

Please sign in to comment.