forked from ToxicBakery/ViewPagerTransforms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
34 lines (26 loc) · 866 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
28
29
30
31
32
33
34
language: android
sudo: false
before_install:
- openssl aes-256-cbc -K $encrypted_8d60cabe1821_key -iv $encrypted_8d60cabe1821_iv -in maven.keystore.gpg.enc -out maven.keystore.gpg -d
- chmod +x gradlew
jdk:
- oraclejdk7
android:
components:
- build-tools-22.0.1
- android-22
# Additional Components
- extra
script:
- echo "Travis branch is $TRAVIS_BRANCH"
- echo "Travis branch is in pull request? $TRAVIS_PULL_REQUEST"
- echo "Travis tag $TRAVIS_TAG"
- echo -e "signing.keyId=${signing_keyId}" >> "gradle.properties"
- echo -e "signing.password=${signing_password}" >> "gradle.properties"
- echo -e "signing.secretKeyRingFile=../maven.keystore.gpg" >> "gradle.properties"
- gradle clean assemble test uploadArchives --continue
install:
- true
notifications:
email: