Skip to content

Commit

Permalink
Merge pull request #120 from jblespiau:master
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 282345511
Change-Id: If9210ada2a54685c862056cd07ce28d8b339831e
  • Loading branch information
jblespiau committed Nov 25, 2019
2 parents a40010e + 46ad422 commit cc4c682
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ matrix:
- DEFAULT_OPTIONAL_DEPENDENCY="ON"
# Build and test on MacOS. We use a single target, with all dependencies.
- os: osx # macOS 10.14 (Mojave), release on September 24, 2018.
osx_image: xcode11.2
env: DEFAULT_OPTIONAL_DEPENDENCY="ON"
osx_image: xcode10.3
env:
# Unfortunately, the build fails on MacOs for universal poker.
- BUILD_WITH_ACPC="OFF"
- DEFAULT_OPTIONAL_DEPENDENCY="ON"

script:
- ./install.sh
Expand Down

0 comments on commit cc4c682

Please sign in to comment.