Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Commit

Permalink
yaml file fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Nov 12, 2018
1 parent 78b5ea1 commit 587eaa8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
# File revision #6

env:
- BADGE=linux
- BADGE=osx

global:
# Autodetect Boost branch by using the following code: - BRANCH_TO_TEST=$TRAVIS_BRANCH
# or just directly specify it
Expand All @@ -29,11 +28,12 @@ env:
# This will force to use local repo content, instead of the Boost's default
# not needed because process is not yet in boost.
- BOOST_REMOVE=process

- BADGE=linux
- BADGE=osx
matrix:
- CXX_STANDARD=gnu++11 TOOLSET=gcc-5
- CXX_STANDARD=gnu++1y TOOLSET=gcc-5
exclude:
exclude:
- os: linux
env: BADGE=osx
- os: osx
Expand Down

0 comments on commit 587eaa8

Please sign in to comment.