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

Commit 3bb2619

Browse files
authored
51 storybook gh pages (#81)
* add deploy stages for storybook and expo * D.R.Y. * travis, wake up * fix syntax error * be less fancy * be more selective on deploys * change conditional syntax (wasn't working other way?) * fix conditional syntax...again * revert back to stages syntax with proper conditional * try using normal job for expo deploy instead of the special deploy syntax
1 parent 4fc400f commit 3bb2619

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.travis.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,9 @@ jobs:
2828
github_token: $GITHUB_TOKEN
2929
local_dir: storybook-static
3030
- # 2: deploy master to expo
31-
script: skip
3231
sudo: required
33-
deploy:
34-
provider: script
35-
script:
36-
- sudo sysctl fs.inotify.max_user_watches=524288
37-
- sudo sysctl fs.inotify.max_queued_events=524288
38-
- sudo sysctl -p
39-
- travis_wait yarn run appr
32+
script:
33+
- sudo sysctl fs.inotify.max_user_watches=524288
34+
- sudo sysctl fs.inotify.max_queued_events=524288
35+
- sudo sysctl -p
36+
- travis_wait yarn run appr

0 commit comments

Comments
 (0)