Skip to content

Commit

Permalink
Disable JS and tvOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Konicek committed Mar 1, 2017
1 parent 565746a commit d70d203
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ install:

script:
- if [[ "$TEST_TYPE" = objc-ios ]]; then travis_retry travis_wait ./scripts/objc-test-ios.sh; fi
- if [[ "$TEST_TYPE" = objc-tvos ]]; then travis_retry travis_wait ./scripts/objc-test-tvos.sh; fi
- if [[ "$TEST_TYPE" = e2e-objc ]]; then node ./scripts/run-ci-e2e-tests.js --ios --js --retries 3; fi
- if [[ "$TEST_TYPE" = e2e-objc-tvos ]]; then node ./scripts/run-ci-e2e-tests.js --tvos --retries 3; fi
- if [[ "$TEST_TYPE" = js ]]; then npm run flow check; fi
- if [[ "$TEST_TYPE" = js ]]; then npm test -- --maxWorkers=1; fi
- if [[ ( "$TEST_TYPE" = podspecs ) && ( "$TRAVIS_PULL_REQUEST" = "false" ) ]]; then gem install cocoapods && ./scripts/process-podspecs.sh; fi


Expand All @@ -31,11 +27,8 @@ matrix:

# The order of these tests says which are more likely to run first and fail the whole build fast.
env:
- TEST_TYPE=js
- TEST_TYPE=objc-tvos
- TEST_TYPE=objc-ios
- TEST_TYPE=podspecs
- TEST_TYPE=e2e-objc-tvos
- TEST_TYPE=e2e-objc

branches:
Expand Down

0 comments on commit d70d203

Please sign in to comment.