Skip to content

Commit

Permalink
ci: Prevent device farm builds in outside PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-auer authored and HazAT committed Nov 20, 2017
1 parent 9139c5d commit 05dae4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ matrix:
- addon-google_apis-google-16
env: LANE='android'
script: .travis/run.sh
if: env(TRAVIS_SECURE_ENV_VARS) = true

- language: objective-c
os: osx
Expand All @@ -50,6 +51,7 @@ matrix:
- virtualenv ~/virtualenv
- source ~/virtualenv/bin/activate
script: .travis/run.sh
if: env(TRAVIS_SECURE_ENV_VARS) = true

- language: node_js
node_js: 8
Expand Down

0 comments on commit 05dae4b

Please sign in to comment.