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

Commit d62b3cf

Browse files
authored
fix build target selection (#82)
1 parent 3bb2619 commit d62b3cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ cache: yarn
44
stages:
55
- test
66
- name: deploy
7-
if: branch = master AND NOT (type IN (push, pull_request))
7+
if: branch = master AND NOT (type IN (pull_request))
88
jobs:
99
include:
1010
- stage: test
1111
script:
1212
- yarn danger
1313
- yarn run test
1414
- # Run expo build in parallel (same stage)
15-
if: type IN (push, pull_request)
15+
if: type IN (pull_request)
1616
sudo: required
1717
script:
1818
- sudo sysctl fs.inotify.max_user_watches=524288

0 commit comments

Comments
 (0)