Skip to content

Commit

Permalink
Removed fbsimctl and tests dependent on it in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemmiz committed Oct 3, 2017
1 parent 6999789 commit d072d86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ env:
- NODE_VERSION=stable
install:
- brew install yarn
- brew tap facebook/fb
- export CODE_SIGNING_REQUIRED=NO
- brew install fbsimctl --HEAD
- brew tap wix/brew
- brew install applesimutils --HEAD
- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
Expand Down
1 change: 1 addition & 0 deletions detox/test/e2e/o-location.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const exec = require('child-process-promise').exec;

//TODO: Ignoring the test in CI until fbsimctl supports Xcode 9
async function isFbsimctlInstalled() {
try {
await exec(`which fbsimctl`);
Expand Down

0 comments on commit d072d86

Please sign in to comment.