ソースを参照

Merge branch 'hotfix/update-node' into develop

zhixin 5 年 前
コミット
170caab3be
1 ファイル変更3 行追加1 行削除
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -7,7 +7,7 @@ jobs:
     - stage: test
     - stage: test
       language: node_js
       language: node_js
       node_js:
       node_js:
-        - 10
+        - 12
       name: "Lint src and check docs"
       name: "Lint src and check docs"
       script: npm run pre-commit
       script: npm run pre-commit
       if: type = pull_request
       if: type = pull_request
@@ -17,6 +17,8 @@ jobs:
       language: ruby
       language: ruby
       rvm:
       rvm:
         - 2.4.1
         - 2.4.1
+      node_js:
+        - 12
       script: ./deploy.sh
       script: ./deploy.sh
       if: branch = master AND type = push
       if: branch = master AND type = push
       cache: bundler
       cache: bundler