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 dd6306e commit ad8b1e5Copy full SHA for ad8b1e5
.travis.yml
@@ -31,17 +31,13 @@ jobs:
31
- npm run start-fixtures-server &
32
- sleep 3 # give server some time to start
33
- npm run test
34
- - node_js: 9
35
- env: Node 9, coverage upload
+ - node_js: 10
+ env: Node 10, coverage upload
36
script:
37
38
39
40
- npm run coverage:upload
41
- - node_js: 4 # will be removed in v16
42
- env: Node 4, smoke test only
43
- script:
44
- - node index.js
45
- node_js: lts/*
46
env: browser tests
47
0 commit comments