Created
October 14, 2015 02:02
-
-
Save horie1024/2a9e9ba9811a8618b351 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
general: | |
branches: | |
only: | |
- master | |
machine: | |
java: | |
version: openjdk7 | |
ruby: | |
version: 2.2.0 | |
environment: | |
ANDROID_HOME: /usr/local/android-sdk-linux | |
dependencies: | |
override: | |
- echo y | android update sdk --no-ui --filter "android-23,build-tools-23.0.1" | |
- cd scripts && bundle install | |
test: | |
override: | |
- echo "Nothing to do here" | |
deployment: | |
master: | |
branch: master | |
commands: | |
- ./deploy.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment