fix(travis): fewer builds

This commit is contained in:
Evan Morikawa 2016-02-25 17:04:18 -08:00
parent 1b04cc17da
commit 071a769434

View file

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