Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Temporarily disabled testing in OS X CI builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamRiddell committed Aug 17, 2020
1 parent 9eef8be commit 4ec053e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ before_script:
script:
- yarn package-ci
- yarn lint
# TODO: LR -> Remove Flow type issues for now. We can fix this later.
# - yarn flow
# HACK: Temporarily ignore `yarn test` on linux
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then yarn test; fi
# HACK: Temporarily ignore `yarn test` on linux.
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then yarn test; fi
- yarn build-e2e
# TODO: LR -> Testing will be part of a wider piece of work
# - yarn test-e2e

0 comments on commit 4ec053e

Please sign in to comment.