Fall back to Ubuntu Trusty for linux builds

This commit is contained in:
Ben Gotow 2019-09-23 13:02:12 -05:00
parent d79cd44c11
commit 419cfc0bc8

View file

@ -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