Skip to content

Commit

Permalink
These don't live here anymore 🤫
Browse files Browse the repository at this point in the history
  • Loading branch information
martin308 committed Jul 2, 2018
1 parent 6e4be19 commit c00b4f5
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
Expand Up @@ -22,8 +22,8 @@ install:
- yes | sdkmanager "platforms;android-27"
- yes | sdkmanager --licenses
- curl -o Mono.pkg $MONO_URL & curl -o Unity.pkg $UNITY_URL & wait
- sudo installer -dumplog -package $DOWNLOADS_DIR/Mono.pkg -target /
- sudo installer -dumplog -package Mono.pkg -target /
- export PATH="$PATH:/Library/Frameworks/Mono.framework/Versions/Current/Commands"
- sudo installer -dumplog -package $DOWNLOADS_DIR/Unity.pkg -target /
- sudo installer -dumplog -package Unity.pkg -target /
- bundle install
script: bundle exec rake

0 comments on commit c00b4f5

Please sign in to comment.