Skip to content

Commit

Permalink
Disable "thought up-to-date" in Travis
Browse files Browse the repository at this point in the history
The command sometimes errors for no obvious reason.
  • Loading branch information
nknapp committed Mar 14, 2017
1 parent c639b39 commit aa006af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ script:
if [ "${STATIC_CHECKS}" = "true" ]; then
# Just perform static checks and exit
standard || exit 1
npm install thought
thought -d up-to-date || exit 1
# npm install thought
# thought -d up-to-date || exit 1
exit 0
fi
- npm install istanbul
Expand Down

0 comments on commit aa006af

Please sign in to comment.