Skip to content

Commit

Permalink
Have Travis run mobile tests that use the parent code (WordPress#10034)
Browse files Browse the repository at this point in the history
* Update to latest mobile repo hash

* Have Travis use the GB-as-parent configuration for mobile tests

* Update to current mobile repo `master`
  • Loading branch information
hypest authored Sep 20, 2018
1 parent d5bbd81 commit b1d9fb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
node_js: 8
env:
LANE='node'
GUTENBERG_AS_PARENT=true
CHECK_CORRECTNESS='true'
cache:
yarn: true
Expand All @@ -86,6 +87,7 @@ jobs:
node_js: 8
env:
LANE='node'
GUTENBERG_AS_PARENT=true
CHECK_TESTS='true'
TEST_RN_PLATFORM='android'
cache:
Expand All @@ -99,6 +101,7 @@ jobs:
node_js: 8
env:
LANE='node'
GUTENBERG_AS_PARENT=true
CHECK_TESTS='true'
TEST_RN_PLATFORM='ios'
cache:
Expand Down

0 comments on commit b1d9fb7

Please sign in to comment.