start with the slow builds

This commit is contained in:
Eric Vergnaud 2016-11-28 03:04:30 +08:00
parent 069cf9354d
commit bd7df071f9
1 changed files with 4 additions and 4 deletions

View File

@ -32,6 +32,10 @@ matrix:
- g++-5
- uuid-dev
- clang-3.7
- os: osx
compiler: clang
osx_image: xcode8.1
env: TARGET=swift
- os: linux
jdk: oraclejdk7
env: TARGET=java
@ -53,10 +57,6 @@ matrix:
- os: linux
jdk: oraclejdk7
env: TARGET=go
- os: osx
compiler: clang
osx_image: xcode8.1
env: TARGET=swift
before_install:
- ./.travis/before-install-$TRAVIS_OS_NAME-$TARGET.sh