Skip to content

Commit

Permalink
Merge pull request #130 from nikolas/patch-1
Browse files Browse the repository at this point in the history
Use node 6 on travis
  • Loading branch information
cookpete authored Nov 30, 2016
2 parents ba50056 + 18620eb commit 5a5dc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
- npm install -g npm@3
- npm install
node_js:
- 5
- 6
script:
- npm run lint
- npm run test
Expand Down

0 comments on commit 5a5dc7d

Please sign in to comment.