diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2019-07-29 12:30:50 +0530 |
---|---|---|
committer | Harsh Shandilya <msfjarvis@gmail.com> | 2019-07-29 12:30:50 +0530 |
commit | f8fae4508ea858b51d11aa615fa71c12aef71db4 (patch) | |
tree | 3db7437eac175bbf3c9607e113babee1c8f0a819 | |
parent | baf82943cf6bad08a835474f9878ce1d2f221147 (diff) |
Fix Travis-CI builds
Setting dist: trusty is mandatory now
https://docs.travis-ci.com/user/languages/android/#overview
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b57f7d48..268fd60d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: android +dist: trusty jdk: - openjdk8 |