Skip to content

Commit aefa520

Browse files
DanielRufevenstensberg
authored andcommitted
chore(travis): add Node.js 10 (#425)
1 parent 8283ba9 commit aefa520

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ matrix:
1717
- os: linux
1818
node_js: "stable"
1919
env: JOB_PART=integration
20+
- os: linux
21+
node_js: "10"
22+
env: JOB_PART=integration
2023
- os: linux
2124
node_js: "8"
2225
env: JOB_PART=integration
@@ -55,4 +58,4 @@ jobs:
5558
- stage: NPM release
5659
if: branch = master
5760
node_js: "lts/*"
58-
script: npm run travis-deploy-once "npm run semantic-release"
61+
script: npm run travis-deploy-once "npm run semantic-release"

0 commit comments

Comments
 (0)