Skip to content

Commit

Permalink
travis: Add node@11 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna committed Dec 7, 2018
1 parent 63f8a83 commit f426a0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ matrix:
# previous LTS is next most important
- node_js: "6"
env: DEPLOY_VERSION=testing
- node_js: "9"
env: DEPLOY_VERSION=testing
- node_js: "10"
env: DEPLOY_VERSION=testing
- node_js: "9"
- node_js: "11"
env: DEPLOY_VERSION=testing
script:
- "standard"
Expand Down

0 comments on commit f426a0e

Please sign in to comment.