diff --git a/packages/template/base/tmpl/_travis.yml b/packages/template/base/tmpl/_travis.yml index d8bed0d1dd..bc1a9221b9 100644 --- a/packages/template/base/tmpl/_travis.yml +++ b/packages/template/base/tmpl/_travis.yml @@ -1,13 +1,14 @@ language: node_js -node_js: "8" +node_js: "10" os: - linux - osx -dist: xenial +dist: bionic osx_image: xcode10.1 cache: npm: true + yarn: true directories: - $HOME/.cache/electron @@ -22,10 +23,6 @@ branches: - master - /^v\d+\.\d+\.\d+/ -install: -- npm install -- npm update - script: - npm run lint - if test -z "$TRAVIS_TAG"; then npm run make; fi