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

Commit

Permalink
sudo the two cleanup commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Mar 3, 2018
1 parent 30e2876 commit a34ff05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
os: osx
osx_image: xcode9.3beta # 10.13
script:
- rm -rf /usr/local/Homebrew
- travis_wait 60 rvm implode --force
- sudo rm -rf /usr/local/Homebrew
- sudo rvm implode --force
- ./script/boxen --no-fde --stealth --no-pull --debug --profile --login $BOXEN_GITHUB_LOGIN || test $? -eq 2
- source /opt/boxen/env.sh
- bundle exec rspec spec
Expand Down

0 comments on commit a34ff05

Please sign in to comment.