Skip to content

Commit 2553eb8

Browse files
Update .travis.yml
1 parent b8aa825 commit 2553eb8

File tree

1 file changed

+15
-31
lines changed

1 file changed

+15
-31
lines changed

.travis.yml

Lines changed: 15 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,15 @@
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

0 commit comments

Comments
 (0)