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 23, 2018
1 parent dea6198 commit 25c1b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ compiler:
- clang

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

before_script:
- set -e
Expand Down

0 comments on commit 25c1b85

Please sign in to comment.