Skip to content

Commit 302bb4b

Browse files
author
Chris Brody
authored
Travis CI matrix, with macOS added (#117)
1 parent 7e95046 commit 302bb4b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.travis.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
language: node_js
22

3-
node_js:
4-
- 8
5-
- 10
6-
- 12
3+
matrix:
4+
include:
5+
- os: osx
6+
node_js: 10
7+
- os: linux
8+
node_js: 10
9+
- os: linux
10+
node_js: 8
11+
- os: linux
12+
node_js: 12

0 commit comments

Comments
 (0)