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 8283ba9 commit aefa520Copy full SHA for aefa520
.travis.yml
@@ -17,6 +17,9 @@ matrix:
17
- os: linux
18
node_js: "stable"
19
env: JOB_PART=integration
20
+ - os: linux
21
+ node_js: "10"
22
+ env: JOB_PART=integration
23
24
node_js: "8"
25
@@ -55,4 +58,4 @@ jobs:
55
58
- stage: NPM release
56
59
if: branch = master
57
60
node_js: "lts/*"
- script: npm run travis-deploy-once "npm run semantic-release"
61
+ script: npm run travis-deploy-once "npm run semantic-release"
0 commit comments