FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
AsyncDisplayKit/.travis.yml at AHRemoveAttributedStringAPI · Kinphi/AsyncDisplayKit · GitHub
Kinphi
/
AsyncDisplayKit
Public
forked from
facebookarchive/AsyncDisplayKit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
AsyncDisplayKit
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (31 loc) · 628 Bytes
Breadcrumbs
AsyncDisplayKit
/
.travis.yml
Copy path
File metadata and controls
33 lines (31 loc) · 628 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
language
:
objective-c
cache
:
-
bundler
-
cocoapods
osx_image
:
xcode7.3
git
:
depth
:
10
before_install
:
-
brew update
-
brew outdated xctool || brew upgrade xctool
-
brew outdated carthage || brew upgrade carthage
-
gem install cocoapods -v 1.0.1
-
gem install xcpretty
-
gem install xcpretty-travis-formatter
#
- gem install slather
-
xcrun simctl list
install
:
echo "<3"
env
:
-
MODE=tests
-
MODE=examples-pt1
-
MODE=examples-pt2
-
MODE=examples-pt3
-
MODE=life-without-cocoapods
-
MODE=framework
script
:
./build.sh $MODE
#
after_success:
#
- slather
#
whitelist
branches
:
only
:
-
master
Back
|
FazBrowse Home
|
New Git URL