Skip to content

Commit b1d9fb7

Browse files
authored
Have Travis run mobile tests that use the parent code (#10034)
* Update to latest mobile repo hash * Have Travis use the GB-as-parent configuration for mobile tests * Update to current mobile repo `master`
1 parent d5bbd81 commit b1d9fb7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
node_js: 8
7575
env:
7676
LANE='node'
77+
GUTENBERG_AS_PARENT=true
7778
CHECK_CORRECTNESS='true'
7879
cache:
7980
yarn: true
@@ -86,6 +87,7 @@ jobs:
8687
node_js: 8
8788
env:
8889
LANE='node'
90+
GUTENBERG_AS_PARENT=true
8991
CHECK_TESTS='true'
9092
TEST_RN_PLATFORM='android'
9193
cache:
@@ -99,6 +101,7 @@ jobs:
99101
node_js: 8
100102
env:
101103
LANE='node'
104+
GUTENBERG_AS_PARENT=true
102105
CHECK_TESTS='true'
103106
TEST_RN_PLATFORM='ios'
104107
cache:

0 commit comments

Comments
 (0)