Skip to content

Commit

Permalink
Fix macOS CI (#4621)
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon authored and pkuczynski committed Feb 25, 2019
1 parent d93d763 commit af62873
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ before_install:
- "rvm use ruby-2.4 --fuzzy || rvm use ruby-2.3 --fuzzy"
- "[[ -n \"${LANG:-}\" ]] || export LANG=en_US.UTF-8"
- "env | grep '^rvm' || true"
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
install:
- gem install tf -v '>=0.4.1'
before_script:
Expand All @@ -28,6 +27,8 @@ before_script:
- ./install
- git submodule init
- git submodule update
- rvm reload
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then rvm autolibs read-only; fi
script:
- tf --text $TEST
env:
Expand Down Expand Up @@ -56,13 +57,6 @@ matrix:
- ruby -v
- rake --version
- ruby -ropen-uri -e 'puts open("https://rubygems.org/") { |f| f.read(1024) }'
allow_failures:
- os: osx
env: TEST=rvm-test/fast/* rvm-test-rvm1/*
- os: osx
env: TEST=rvm-test/long/named_ruby_and_gemsets_comment_test.sh
- os: osx
env: TEST=rvm-test/long/truffleruby_comment_test.sh
notifications:
email:
recipients:
Expand Down

0 comments on commit af62873

Please sign in to comment.