Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add npm test to .travis.yml
Browse files Browse the repository at this point in the history
This enables linting on CI.
Theodor Vararu committed Aug 10, 2016

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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
@@ -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

0 comments on commit 94eba82

Please sign in to comment.