Skip to content

Commit

Permalink
add v13 into travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
floydpink committed Feb 13, 2020
1 parent eaad6ca commit c131faa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: false
language: node_js
node_js:
- v13
- v12
- v11
- v10
Expand All @@ -20,7 +21,7 @@ after_success:
# If build is successful, push the documentation from this build to the gh-pages (run only on one job)
# and generate test coverage and push it to code climate
- echo "TRAVIS_NODE_VERSION - $TRAVIS_NODE_VERSION"
- if [ "$TRAVIS_NODE_VERSION" == "v12" ]; then ./deploy.sh; fi
- if [ "$TRAVIS_NODE_VERSION" == "v13" ]; then ./deploy.sh; fi
notifications:
email:
- [email protected]
Expand Down

0 comments on commit c131faa

Please sign in to comment.