Skip to content

Commit

Permalink
Add node 14 environment to CI
Browse files Browse the repository at this point in the history
Update the Travis CI environments matrix:

- Add node 14

- Drop EOL'd node 9

- Keep node 8
  • Loading branch information
vrza committed May 20, 2020
1 parent aa286ae commit f354b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ language: cpp
env:
matrix:
- TRAVIS_NODE_VERSION="8"
- TRAVIS_NODE_VERSION="9"
- TRAVIS_NODE_VERSION="10"
- TRAVIS_NODE_VERSION="12"
- TRAVIS_NODE_VERSION="14"

install:
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION
Expand Down

0 comments on commit f354b38

Please sign in to comment.