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.
2 parents b2379e9 + 5f51c42 commit 3863a40Copy full SHA for 3863a40
1 file changed
.travis.yml
@@ -1,6 +1,9 @@
1
sudo: false
2
language: node_js
3
node_js:
4
- - "8"
5
- - "10"
6
-script: npm run coverage:upload
+ - '8'
+ - '10'
+script: 'npm run coverage:upload'
7
+dist: xenial
8
+services:
9
+ - xvfb
0 commit comments