Skip to content

Commit eda8e9b

Browse files
committed
chore(CI): fix CI
1 parent 1450186 commit eda8e9b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
language: node_js
22
node_js:
3-
- "6"
4-
- "8"
53
- "10"
4+
- "8"
5+
- "6"
66
jobs:
77
include:
8-
- script: echo "Running tests against $(node -v) ..." && npm t
98
- stage: deploy
109
script: npm run semantic-release
1110
stages:

0 commit comments

Comments
 (0)