We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a6061 commit f37b483Copy full SHA for f37b483
1 file changed
.travis.yml
@@ -1,6 +1,12 @@
1
language: node_js
2
node_js:
3
- "10"
4
+os:
5
+ - windows
6
+ - linux
7
+ - osx
8
+cache:
9
+ yarn: true
10
install:
11
- yarn install
12
script:
0 commit comments