Skip to content

Commit

Permalink
Fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Dec 4, 2018
1 parent 6bb110d commit 00c509e
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
os:
- linux
- windows

language: node_js
node_js:
- 'stable'
- 10
- 8
- 6
- 4
matrix:
include:
- os: linux
node_js: stable
- os: linux
node_js: 10
- os: linux
node_js: 8
- os: linux
node_js: 6
- os: linux
node_js: 4
- os: windows
node_js: latest
- os: windows
node_js: 10
- os: windows
node_js: 8
- os: windows
node_js: 6
- os: windows
node_js: 4

0 comments on commit 00c509e

Please sign in to comment.