Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Jun 29, 2016
1 parent b9c676c commit 2a62c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ task :test do
-workspace Sample/Sample.xcworkspace \
-scheme Sample \
-sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6s,OS=9.3'"
system "#{build} test | xcpretty --test --color"
system "#{build} clean test | xcpretty --test --color"
end

task :default => :test
Expand Down

0 comments on commit 2a62c18

Please sign in to comment.