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 7cd8fc0 commit bd79e5aCopy full SHA for bd79e5a
1 file changed
.travis.yml
@@ -1,7 +1,11 @@
1
sudo: false
2
language: node_js
3
+before_script: npm run build:impls
4
script: npm run ci
-node_js: 9
5
+node_js:
6
+ - "8"
7
+ - "10"
8
+ - "12"
9
cache:
10
directories: node_modules
11
notifications:
0 commit comments