Skip to content

Commit

Permalink
Explicitly set osx_image for osx+scons job.
Browse files Browse the repository at this point in the history
This is the current default, and even though the job uses scons this also sets the osx version to use.  Therefore it's better to set it explicitly in case the default changes at some point.

(cherry-picked from commit 376f2e9)
  • Loading branch information
Pentarctagon committed Oct 7, 2018
1 parent 9a8462e commit 0c0df08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -28,6 +28,7 @@ matrix:

- os: osx
compiler: clang
osx_image: xcode8.3
env: TOOL=scons CXXSTD=14 NLS=false OPT=-O0

- os: osx
Expand Down

0 comments on commit 0c0df08

Please sign in to comment.