]> gitweb.factorcode.org Git - factor.git/commitdiff
.travis: rvm reload
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 9 Dec 2019 17:50:59 +0000 (09:50 -0800)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 9 Dec 2019 17:50:59 +0000 (09:50 -0800)
.travis.yml

index e0febe5f689ab9bd82a9ae53f3e0ded860249f46..96714ac6fcd672385da4189968d2e44013c59add 100644 (file)
@@ -40,6 +40,7 @@ before_install:
   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then curl -sSL https://rvm.io/mpapis.asc | gpg --import - ; fi
   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then curl -sSL https://rvm.io/pkuczynski.asc | gpg --import - ; fi
   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then curl -sSL https://get.rvm.io | bash -s stable; fi  # https://github.com/travis-ci/travis-ci/issues/6307
+  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then rvm reload ; fi # for homebrew
   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then rvm use 2.6 ; fi # for homebrew
 
   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./build.sh deps-macosx ; else ./build.sh deps-apt-get ; fi