Skip to content

Commit

Permalink
remove android targets from travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed Dec 11, 2016
1 parent ed0f305 commit 034eca4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ matrix:


# Android armv7, OF master: Uncomment following lines to enable
- os: linux
sudo: false
env: TARGET="android" OPT="armv7" OF_BRANCH="master"
cache:
directories:
- ~/android-ndk-r12b
# - os: linux
# sudo: false
# env: TARGET="android" OPT="armv7" OF_BRANCH="master"
# cache:
# directories:
# - ~/android-ndk-r12b


# Android armv7, OF stable: Uncomment following lines to enable
Expand All @@ -160,12 +160,12 @@ matrix:


# Android x86, OF master: Uncomment following lines to enable
- os: linux
sudo: false
env: TARGET="android" OPT="x86" OF_BRANCH="master"
cache:
directories:
- ~/android-ndk-r12b
# - os: linux
# sudo: false
# env: TARGET="android" OPT="x86" OF_BRANCH="master"
# cache:
# directories:
# - ~/android-ndk-r12b


# Android x86, OF stable: Uncomment following lines to enable
Expand Down

0 comments on commit 034eca4

Please sign in to comment.