Skip to content

Commit

Permalink
Travis; added constraint layout license
Browse files Browse the repository at this point in the history
  • Loading branch information
meierjan committed Mar 28, 2018
1 parent ebc6b71 commit 6c49097
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ jdk:
- oraclejdk8
before_install:
- mkdir "${ANDROID_HOME}/licenses" || true
- echo -e "\nd56f5187479451eabf01fb78af6dfcb131a6481e" > "${ANDROID_HOME}/licenses/android-sdk-license"
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "${ANDROID_HOME}/licenses/android-sdk-license"
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "${ANDROID_HOME}/licenses/android-sdk-preview-license"
- sleep 10
- chmod +x gradlew
- echo yes | sdkmanager "extras;m2repository;com;android;support;constraint;constraint-layout;1.0.2"
- echo yes | sdkmanager "extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.2"

notifications:
slack: heinrichreimer:twzJpzYgSjWnT0QCIoMeIa7l

0 comments on commit 6c49097

Please sign in to comment.