We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b92df3 commit 71384c6Copy full SHA for 71384c6
2 files changed
.travis.yml
@@ -1,10 +1,12 @@
1
-sudo: false
2
language: node_js
+os:
3
+ - linux
4
+ - windows
5
node_js:
6
- node
7
- 12
8
- 10
9
script:
10
- npm run ci
11
after_success:
-- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
12
+ - './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
appveyor.yml
0 commit comments