Skip to content

Commit

Permalink
Experimental Travis Fix
Browse files Browse the repository at this point in the history
This will make build process faster
  • Loading branch information
Eric Qian authored Jan 7, 2017
1 parent 8262962 commit 6cefb4f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ osx_image: xcode61
sudo: true
rvm:
- 2.1.2
cache:
timeout: 1000
directories:
- /Applications/Unity/
before_install:
- chmod 777 ./Scripts/before_install.sh
- "./Scripts/before_install.sh"
- chmod 777 ./Scripts/after_deploy.sh
- "./Scripts/after_deploy.sh" #Running after_deploy to list env vars before init
install:
- "./Scripts/install.sh"
script:
- "./Scripts/build.sh"
after_success:
Expand Down

0 comments on commit 6cefb4f

Please sign in to comment.