Skip to content

Commit

Permalink
Merge pull request #1722 from rivera-ernesto/travis
Browse files Browse the repository at this point in the history
Update Travis configuration
  • Loading branch information
BradLarson committed Sep 16, 2014
2 parents 1ba1bf8 + b847f35 commit 90b6573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
language: objective-c

before_install:
- gem install cocoapods --quiet
- gem install cocoapods --pre --quiet
- pod --version
- pod setup
- pod setup --silent
- pod repo update --silent

script:
#- pod lib lint
- pod lib lint
- xctool -project framework/GPUImage.xcodeproj -scheme 'GPUImage' -configuration Release -sdk iphonesimulator -arch i386 build
- xctool -project framework/GPUImageMac.xcodeproj -scheme 'GPUImage'
- xctool -project examples/Mac/FilterShowcase/FilterShowcase.xcodeproj -scheme 'FilterShowcase'
Expand Down

0 comments on commit 90b6573

Please sign in to comment.