Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

WIP Fix CI for ruby 2.0 (osx 10.12) #864

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
os:
- osx
- osx
osx_image:
- xcoode9.2
script:
- rm -rf /usr/local/Homebrew
- travis_wait 60 rvm implode --force
- ./script/boxen --no-fde --stealth --no-pull --debug --profile --login $BOXEN_GITHUB_LOGIN --token $BOXEN_GITHUB_TOKEN || test $? -eq 2
- source /opt/boxen/env.sh
- bundle exec rspec spec
- 'if [ -n "$BOXEN_GITHUB_TOKEN" ]; then
./script/boxen --no-fde --stealth --no-pull --debug --profile --login $BOXEN_GITHUB_LOGIN --token $BOXEN_GITHUB_TOKEN || test $? -eq 2;
else
./script/boxen --no-fde --stealth --no-pull --debug --profile || test $? -eq 2;
fi'
- source /opt/boxen/env.sh
- bundle exec rspec spec
before_install:
- sudo gem install bundler -v '~> 1.13'
- rvm list rubies
- rvm install 2.0.0
- rvm use 2.0.0
- gem install bundler -v '~> 1.10.5'
env:
global:
- HOMEBREW_NO_AUTO_UPDATE=1
- HOMEBREW_VERBOSE=1
- secure: HoCPuAgujmw+tdH7qq9bSymtpE8o4gpp1uYRyFin2TB3px2JdOPCPCb754vddmE12zhhKKSy1j0Uj/qeW6tjy9hIhlAjLAGFuT+mNTURqu4nmojCgKO2ApcRWc3yv319XR2vjUDW1qmEyKm7il4q1c/dOFmGbVYeDixjUUfWVII=