mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-01 12:58:52 +08:00
fix(travis): fewer builds
This commit is contained in:
parent
080ff933f2
commit
2b3516d92a
1 changed files with 0 additions and 6 deletions
|
@ -25,20 +25,14 @@ branches:
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
env: NODE_VERSION=0.10 CC=gcc-4.8 CXX=g++-4.8
|
||||
- os: linux
|
||||
env: NODE_VERSION=0.12 CC=gcc-4.8 CXX=g++-4.8
|
||||
- os: linux
|
||||
env: NODE_VERSION=4.2 CC=gcc-4.8 CXX=g++-4.8 PUBLISH_BUILD=true
|
||||
- os: linux
|
||||
env: NODE_VERSION=5 CC=gcc-4.8 CXX=g++-4.8
|
||||
- os: osx
|
||||
env: NODE_VERSION=0.10
|
||||
- os: osx
|
||||
env: NODE_VERSION=4.2 CC=clang CXX=clang++ PUBLISH_BUILD=true
|
||||
- os: osx
|
||||
env: NODE_VERSION=5 CC=clang CXX=clang++
|
||||
|
||||
before_install:
|
||||
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
|
||||
|
|
Loading…
Reference in a new issue