Skip to content

Commit

Permalink
Fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Feb 22, 2017
1 parent 7c12672 commit d0d2c49
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ install:
- cd Tests/
- bundle install
- bundle exec pod repo update
- bundle exec pod install --project-directory=./Mac --no-repo-update
- bundle exec pod install --project-directory=./iOS --no-repo-update
- bundle exec pod install --project-directory=./Swift --no-repo-update
- bundle exec pod install --project-directory=./Swift-iOS --no-repo-update
- bundle exec pod install --project-directory=./Mac
- bundle exec pod install --project-directory=./iOS
- bundle exec pod install --project-directory=./Swift
- bundle exec pod install --project-directory=./Swift-iOS

script:
- set -o pipefail
Expand Down
2 changes: 1 addition & 1 deletion Tests/Mac/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
platform :osx, "10.8"
platform :osx, "10.9"


target 'KissXMLTests' do
Expand Down
4 changes: 2 additions & 2 deletions Tests/Mac/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
KissXML: ef1338ef362245bfbd8cae05fcc02f09746dbded
KissXML: '065808bfb7175710738cfbfaa248ba04abe41912'

PODFILE CHECKSUM: a7081c481633c0f5f83b1a26bfddd63e88dd97bd
PODFILE CHECKSUM: d877c76a6dd7d1b779a72b4b48c5745d694068e5

COCOAPODS: 1.2.0
2 changes: 1 addition & 1 deletion Tests/Swift/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
platform :osx, "10.8"
platform :osx, "10.9"


target 'KissXMLSwiftTests' do
Expand Down
4 changes: 2 additions & 2 deletions Tests/Swift/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
KissXML: ef1338ef362245bfbd8cae05fcc02f09746dbded
KissXML: '065808bfb7175710738cfbfaa248ba04abe41912'

PODFILE CHECKSUM: 471708d841e77db268235b9954139d4d79f613a9
PODFILE CHECKSUM: 18cdeba4684ea4abe80e93ecd3edbb7ce401b95b

COCOAPODS: 1.2.0

0 comments on commit d0d2c49

Please sign in to comment.