Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit 88ff20f

Browse files
conrad-vanlburkeshartsis
authored andcommitted
Add in config to target master branch on expo deploy (#83)
* fix build target selection * Add in config for branch on the appr deploy
1 parent d62b3cf commit 88ff20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- sudo sysctl fs.inotify.max_user_watches=524288
3434
- sudo sysctl fs.inotify.max_queued_events=524288
3535
- sudo sysctl -p
36-
- travis_wait yarn run appr
36+
- TRAVIS_PULL_REQUEST_BRANCH=master travis_wait yarn run appr

0 commit comments

Comments
 (0)