Skip to content

Commit 121d307

Browse files
committed
Run core tests on Travis
1 parent f674a0c commit 121d307

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
language: objective-c
22
osx_image: xcode9.2
33

4+
cache:
5+
directories:
6+
- buck-out/cache
7+
48
before_install:
9+
# Update homebrew and ensure our bundle
10+
- brew update && brew bundle
11+
512
# - rvm use $RVM_RUBY_VERSION
613
- bundle install
714
- gem install xcpretty-travis-formatter;
@@ -11,6 +18,7 @@ before_install:
1118
# - carthage bootstrap --verbose --platform iOS --cache-builds --use-ssh
1219

1320
script:
21+
- buck test :yoga
1422
- set -o pipefail && bundle exec fastlane travis
1523

1624
after_success:

Brewfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
tap 'facebook/fb'
2+
brew 'buck'

0 commit comments

Comments
 (0)