Skip to content

Commit

Permalink
Add npm test to .travis.yml
Browse files Browse the repository at this point in the history
This enables linting on CI.
  • Loading branch information
Theodor Vararu committed Aug 10, 2016
1 parent 2da0087 commit 94eba82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ install:
script:
# Reference the locally-installed version of Grunt
- ./node_modules/grunt-cli/bin/grunt test
- npm test
after_success:
# Check to see if the version file has been updated
- ./create-release-tag.sh
Expand Down

0 comments on commit 94eba82

Please sign in to comment.