Skip to content

Commit

Permalink
chore(CI): fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benji6 committed Dec 25, 2018
1 parent 1450186 commit eda8e9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
- "8"
- "6"
jobs:
include:
- script: echo "Running tests against $(node -v) ..." && npm t
- stage: deploy
script: npm run semantic-release
stages:
Expand Down

0 comments on commit eda8e9b

Please sign in to comment.