mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-06 03:14:39 +08:00
Fall back to Ubuntu Trusty for linux builds
This commit is contained in:
parent
d79cd44c11
commit
419cfc0bc8
1 changed files with 5 additions and 4 deletions
|
@ -6,7 +6,7 @@ git:
|
||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- '11'
|
- "11"
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -40,13 +40,14 @@ addons:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- '/ci-.*/'
|
- "/ci-.*/"
|
||||||
- '/stable.*/'
|
- "/stable.*/"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
env: CC=gcc-4.8 CXX=g++-4.8
|
env: CC=gcc-4.8 CXX=g++-4.8
|
||||||
|
dist: trusty
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode8.3
|
osx_image: xcode8.3
|
||||||
env: CC=clang CXX=clang++ SIGN_BUILD=true
|
env: CC=clang CXX=clang++ SIGN_BUILD=true
|
||||||
|
@ -94,7 +95,7 @@ services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
'on':
|
"on":
|
||||||
branch: master
|
branch: master
|
||||||
condition: $TRAVIS_OS_NAME = linux
|
condition: $TRAVIS_OS_NAME = linux
|
||||||
provider: script
|
provider: script
|
||||||
|
|
Loading…
Add table
Reference in a new issue