Browse Source

Merge pull request #7497 from DonLakeFlyer/TravisAndroid

Fix travis android build
QGC4.4
Don Gagne 6 years ago committed by GitHub
parent
commit
83c7c3f2b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .travis.yml

1
.travis.yml

@ -24,6 +24,7 @@ matrix: @@ -24,6 +24,7 @@ matrix:
services: xvfb
sudo: required
- os: android
dist: trusty
language: android
env: SPEC=android-g++ CONFIG=installer
sudo: false

Loading…
Cancel
Save