mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 04:23:13 +00:00
Remove Windows/OSX builds from Travis
This commit is contained in:
parent
ee4de6a871
commit
4d34a837a5
1 changed files with 0 additions and 8 deletions
|
@ -12,14 +12,6 @@ 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
|
||||
|
|
Loading…
Reference in a new issue