Skip to content

Commit

Permalink
Lint and test in script block
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Sep 16, 2016
1 parent eb386b8 commit 539789a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ cache:
branches:
only:
- master
before_script:
before_install:
- nvm install stable
script:
- npm run lint
- nvm use $TRAVIS_NODE_VERSION
- npm run unit-tests

0 comments on commit 539789a

Please sign in to comment.