Skip to content

Commit

Permalink
Travis: workaround for travis-ci/travis-ci#6307
Browse files Browse the repository at this point in the history
  • Loading branch information
alavrik committed Apr 18, 2018
1 parent 116e8da commit 8c9b0f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ else
then
brew update

# see https://github.com/Homebrew/homebrew-core/issues/26358
brew upgrade python

# build dependencies (Mac OS X)
brew install ocaml opam

Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ matrix:
# testing only basic install on osx with latest homebrew formulas
- os: osx
env: OCAML_VERSION=homebrew
before_script:
- gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
- rvm get head # workaround for https://github.com/travis-ci/travis-ci/issues/6307
branches:
only:
- master

0 comments on commit 8c9b0f8

Please sign in to comment.