Skip to content

Commit

Permalink
Merge pull request #568 from onevcat/fix/remove-test-images
Browse files Browse the repository at this point in the history
Fix/remove test images
  • Loading branch information
onevcat committed Jan 21, 2017
2 parents 0c4813c + 7239383 commit fb50a48
Show file tree
Hide file tree
Showing 5 changed files with 593 additions and 558 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "Kingfisher-TestImages"]
path = Kingfisher-TestImages
url = https://github.com/onevcat/Kingfisher-TestImages.git
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -10,9 +10,10 @@ env:
-before_install:
- |
gem install xcpretty -N --no-ri --no-rdoc
script:
- |
git submodule init
git submodule update
if [ "$TEST_TYPE" = iOS ]; then
set -o pipefail
xcodebuild clean test -workspace Kingfisher.xcworkspace -scheme Kingfisher -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.1' -enableCodeCoverage YES | xcpretty
Expand Down
1 change: 1 addition & 0 deletions Kingfisher-TestImages
Submodule Kingfisher-TestImages added at 43dc41

0 comments on commit fb50a48

Please sign in to comment.