Skip to content

Commit

Permalink
Merge ca10e40 into 537b47e
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Mar 16, 2020
2 parents 537b47e + ca10e40 commit 6f517eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
matrix:
include:
- stage: RPI
if: tag IS present
if: branch = release*$
install:
- export D_ARCH="RPI"
- DEFAULT_ARCH=rpi1 make install-docker-deps
Expand All @@ -32,7 +32,7 @@ matrix:
- make lint
- make run-docker CMD='make test'
- stage: Android
if: tag IS present
if: branch = release*$
install:
- export D_ARCH="Android"
- DEFAULT_ARCH=android make install-docker-deps
Expand Down

0 comments on commit 6f517eb

Please sign in to comment.