Skip to content

Commit

Permalink
Use bundle exec for faster builds and set android version to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
negativetwelve committed Aug 12, 2017
1 parent d2ba347 commit 11e01ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -22,14 +22,14 @@ matrix:
- bundle install
android:
components:
- build-tools-23.0.1
- android-23
- build-tools-25.0.1
- android-25
- extra-android-m2repository
- extra-google-google_play_services
- extra-google-m2repository
- addon-google_apis-google-16
script:
- fastlane build
- bundle exec fastlane build
- language: objective-c
os: osx
osx_image: xcode8.3
Expand All @@ -48,4 +48,4 @@ matrix:
- pod repo update
- pod install
script:
- fastlane build
- bundle exec fastlane build

0 comments on commit 11e01ac

Please sign in to comment.