Skip to content

Commit

Permalink
Setup build matrix as in chai
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Jan 4, 2018
1 parent b25b7bd commit c69a0e2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ sudo: false
language: node_js

node_js:
- "4.0"
- "6.0"
- "8.0"
- 4 # to be removed 2018-04-01
- 6 # to be removed 2019-04-01
- 7 # to be removed 2017-06-30
- lts/* # safety net; don't remove
- node # safety net; don't remove

after_success:
- npm run coverage
Expand Down

0 comments on commit c69a0e2

Please sign in to comment.