Browse Source

Merge branch 'hotfix/update-node' into develop

zhixin 5 years ago
parent
commit
19ae719de5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -17,8 +17,8 @@ jobs:
       language: ruby
       language: ruby
       rvm:
       rvm:
         - 2.4.1
         - 2.4.1
-      node_js:
-        - 12
+      before_install:
+        - nvm install 12
       script: ./deploy.sh
       script: ./deploy.sh
       if: branch = master AND type = push
       if: branch = master AND type = push
       cache: bundler
       cache: bundler