Skip to content

Commit

Permalink
Scaffold: Normalize travis-ci matrix (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack authored and phated committed Sep 27, 2016
1 parent 2357391 commit 634e6a3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
@@ -1,9 +1,10 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "stable"
- '6'
- '5'
- '4'
- '0.12'
- '0.10'
after_script:
- npm run coveralls
- npm run lint

0 comments on commit 634e6a3

Please sign in to comment.