Skip to content

Commit ff65bee

Browse files
committed
[INTERNAL] Travis: Activate Windows and Mac builds
1 parent 3c2a0a8 commit ff65bee

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

.travis.yml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
language: node_js # don't install any environment
22

33
node_js:
4-
- "8"
5-
- "10"
4+
- "node"
5+
6+
os:
7+
- linux
8+
- osx
9+
- windows
10+
11+
matrix:
12+
include:
13+
- os: linux
14+
node_js:
15+
- "10"
16+
- os: linux
17+
node_js:
18+
- "8"
619

720
after_script:
8-
- npm run report-coveralls
21+
- if [[ "$TRAVIS_OS_NAME" == 'linux' ]]; then npm run report-coveralls; fi
922

1023
notifications:
1124
webhooks: https://coveralls.io/webhook

0 commit comments

Comments
 (0)