Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10.8 #955

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update travis to node 14, update modules
illepic committed Oct 24, 2020
commit 4dded9473a4793a07d6ac79836bc701a7cbd0b65
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@ env:
matrix:
- TRAVIS_NODE_VERSION="10"
- TRAVIS_NODE_VERSION="12"
- TRAVIS_NODE_VERSION="14"
before_install:
- '. $HOME/.nvm/nvm.sh'
- nvm install $TRAVIS_NODE_VERSION
Loading