Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Dec 7, 2015
1 parent 46215ca commit 920021e
Showing 1 changed file with 26 additions and 9 deletions.
35 changes: 26 additions & 9 deletions .travis.yml
@@ -1,21 +1,38 @@
language: cpp
os:
- linux
- osx
sudo: required
dist:
- trusty
- precise
group: edge
compiler:
- gcc
- clang
# - osx
#compiler:
# - gcc
# - clang
env:
- BUILD_CORE_ONLY=OFF BUILD_TYPE=Debug
- BUILD_CORE_ONLY=OFF BUILD_TYPE=Release
- BUILD_CORE_ONLY=ON BUILD_TYPE=Debug
- BUILD_CORE_ONLY=ON BUILD_TYPE=Release
matrix:
include:
# Most explicit routing to GCE Precise
- sudo: required
dist: precise
group: edge
# GCE Precise with a default `dist: precise`
- sudo: required
group: edge
# Explicit routing to GCE Trusty
- sudo: required
dist: trusty
# Container-based Precise due to `sudo: false`
- sudo: false
# Blue Box (legacy) due to `group: stable`
- sudo: required
dist: precise
group: stable
# Blue Box (legacy) with default `group: stable`
- sudo: required
dist: precise
# Blue Box (legacy) with default `group: stable` & `dist: precise`
- sudo: required
exclude:
- os: osx
compiler: gcc
Expand Down

0 comments on commit 920021e

Please sign in to comment.