Merge pull request #3463 from thelounge/xpaw/travis
Remove Windows/OSX builds from Travis
This commit is contained in:
commit
6d4ee6e76a
10
.travis.yml
10
.travis.yml
@ -12,20 +12,12 @@ os:
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- name: "Windows build"
|
||||
os: windows
|
||||
cache: false # windows cache uploads are slow
|
||||
env: YARN_GPG=no # starts gpg-agent that never exits
|
||||
|
||||
- name: "macOS build"
|
||||
os: osx
|
||||
|
||||
# Version used to deploy to npm registry
|
||||
- name: "Production build"
|
||||
env: BUILD_ENV=production
|
||||
|
||||
# Next node version
|
||||
- node_js: 11 # EOL: June 2019
|
||||
- node_js: 12 # EOL: April 2022
|
||||
|
||||
cache: yarn
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user