We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f674a0c commit 121d307Copy full SHA for 121d307
.travis.yml
@@ -1,7 +1,14 @@
1
language: objective-c
2
osx_image: xcode9.2
3
4
+cache:
5
+ directories:
6
+ - buck-out/cache
7
+
8
before_install:
9
+ # Update homebrew and ensure our bundle
10
+ - brew update && brew bundle
11
12
# - rvm use $RVM_RUBY_VERSION
13
- bundle install
14
- gem install xcpretty-travis-formatter;
@@ -11,6 +18,7 @@ before_install:
18
# - carthage bootstrap --verbose --platform iOS --cache-builds --use-ssh
19
20
script:
21
+ - buck test :yoga
22
- set -o pipefail && bundle exec fastlane travis
15
23
16
24
after_success:
Brewfile
@@ -0,0 +1,2 @@
+tap 'facebook/fb'
+brew 'buck'
0 commit comments