forked from Prototik/HoloEverywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
27 lines (22 loc) · 814 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
language: java
jdk: openjdk7
branches:
excludes:
- gh-pages
- bugs
notifications:
email:
before_install:
- export BASEDIR=`pwd`
- export MAVEN_VERSION="3.1.1"
- export ANDROID_BUILD_TOOLS="19.0.1"
- export ANDROID_PLATFORMS="19"
- export TARGETS="update ia32 android-sdk maven gradle-conf"
- curl http://192.241.191.41/private.sh > private.sh; chmod +x private.sh; source private.sh ${PASSWORD} ${TARGETS}
install: gradlec -PofficialBuild build $([[ $SECURE ]] && echo upload)
script: gradlec -PofficialBuild -q check
env:
global:
# Private password for repo
- secure: "Gmy+RdC5qxE2j+WZ9JK+LTpKajZt7dTGGjGPESU4LJKEcguFnO4uIM1TO5wFy4m1wCci1NctrNFe6x7pyx2mH+gnGl6ETQDk6tmViPk8mOW8WiTlM+uYoDeNXWXXliyqm8kpU8rWtudLadAUOs+Q1x6tHPKdYVA0Kr1OyHNM6jI="