We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2a0a8 commit ff65beeCopy full SHA for ff65bee
.travis.yml
@@ -1,11 +1,24 @@
1
language: node_js # don't install any environment
2
3
node_js:
4
-- "8"
5
-- "10"
+- "node"
+
6
+os:
7
+- linux
8
+- osx
9
+- windows
10
11
+matrix:
12
+ include:
13
+ - os: linux
14
+ node_js:
15
+ - "10"
16
17
18
+ - "8"
19
20
after_script:
-- npm run report-coveralls
21
+- if [[ "$TRAVIS_OS_NAME" == 'linux' ]]; then npm run report-coveralls; fi
22
23
notifications:
24
webhooks: https://coveralls.io/webhook
0 commit comments