Skip to content

Commit

Permalink
Another attempt to fix travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Jan 22, 2018
1 parent ad2de29 commit dea6198
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ os:
- linux
- osx

osx_image: xcode9.2

env:
global:
- SHELL_SESSION_HISTORY=0
Expand All @@ -23,6 +25,9 @@ compiler:
- gcc
- clang

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then rvm get stable; rvm reload . ; fi

before_script:
- set -e
- cmake --version
Expand Down

0 comments on commit dea6198

Please sign in to comment.