Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js

# https://github.com/nodejs/Release
node_js:
- '11'
- '10'
- '8'
- '6'
Expand Down Expand Up @@ -30,7 +31,7 @@ jobs:
- stage: deploy
if: branch = master OR tag IS present
script: echo "Deploying..."
node_js: '8'
node_js: '10'
deploy:
- provider: script
script: npm run gitpublish
Expand Down