Skip to content

Instantly share code, notes, and snippets.

@horie1024
Created October 14, 2015 02:02
Show Gist options
  • Save horie1024/2a9e9ba9811a8618b351 to your computer and use it in GitHub Desktop.
Save horie1024/2a9e9ba9811a8618b351 to your computer and use it in GitHub Desktop.
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