Skip to content

Commit

Permalink
gulp hint should fail the build
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Dec 24, 2014
1 parent dabf5b0 commit 957e4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ install:

before_script:
# Hinting - XXX should fail!
- npm run-script hint || true
- npm run-script hint

script:
- npm test
Expand Down

0 comments on commit 957e4e8

Please sign in to comment.