diff options
author | Liran Tal <liran.tal@gmail.com> | 2020-04-14 20:58:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-14 20:58:51 +0300 |
commit | f5f0da1c9c4f6f5cefebee9829b62e18fb6776bc (patch) | |
tree | caa96e86c600879dfd34928270b13f91a8fae1ca | |
parent | 15df2e094af695ae6f46e1c1a5f2432effbaff77 (diff) |
chore: travis build fixesv3.17.0
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9484cd7..35eef1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ before_script: node_js: - "8" - "10" + - "12" after_success: - yarn run semantic-release deploy: @@ -12,3 +13,4 @@ deploy: skip_cleanup: true on: branch: master + node_js: "10" |