aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml16
-rw-r--r--README.md3
2 files changed, 19 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000..28827f332
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+language: java
+jdk: oraclejdk7
+before_install:
+ # Install base Android SDK
+ - sudo apt-get update -qq
+ - if [ `uname -m` = x86_64 ]; then sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs; fi
+ - wget http://dl.google.com/android/android-sdk_r22.3-linux.tgz
+ - tar xzf android-sdk_r22.3-linux.tgz
+ - export ANDROID_HOME=$PWD/android-sdk-linux
+ - export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
+
+ # Install required Android components.
+ - echo "y" | android update sdk -a --filter build-tools-19.0.1,android-19,platform-tools,extra-android-support,extra-android-m2repository,android-17 --no-ui --force
+install: echo "Installation done"
+script: gradle assemble -S -q
+
diff --git a/README.md b/README.md
index 3a8c81b74..f0d7a9657 100644
--- a/README.md
+++ b/README.md
@@ -174,6 +174,9 @@ Translations are hosted on Transifex, which is configured by ".tx/config".
see http://help.transifex.net/features/client/index.html#user-client
+### Travis CI
+I am in the progress of adding travis ci, please be patient.
+
## Coding Style
### Code