File tree Expand file tree Collapse file tree 1 file changed +15
-31
lines changed
Expand file tree Collapse file tree 1 file changed +15
-31
lines changed Original file line number Diff line number Diff line change 1- matrix :
2- include :
3- - language : android
4- jdk : oraclejdk8
5- android :
6- components :
7- - tools
8- - platform-tools
9- - build-tools-27.0.3
10- - android-27
11- - extra-android-support
12- - extra-android-m2repository
13- - extra-google-m2repository
14- before_script :
15- - cd youtube-android/inline-youtube-view
16- script :
17- - ./gradlew build connectedCheck
18-
19- - language : objective-c
20- osx_image : xcode7.3
21- before_script :
22- - cd youtube-ios
23- script :
24- - gem install cocoapods # Since Travis is not always on latest version
25- - pod install --project-directory=Example
26- - set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/InlineYoutubeView.xcworkspace -scheme InlineYoutubeView-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
27- - pod lib lint
28-
29- notifications :
30- email :
31- - anirudh.r@flipkart.com
1+ sudo : true
2+ language : android
3+ jdk :
4+ - oraclejdk8
5+ android :
6+ components :
7+ - tools
8+ - platform-tools
9+ - build-tools-27.0.3
10+ - android-27
11+ - extra-android-support
12+ - extra-android-m2repository
13+ - extra-google-m2repository
14+ script :
15+ - ./gradlew build connectedCheck
You can’t perform that action at this time.
0 commit comments