Skip to content

Commit a7d8fed

Browse files
committed
xctool stopped working
1 parent 00ffe3d commit a7d8fed

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

Rakefile

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
desc "Run tests"
22
task :test do
3-
system 'xctool -workspace Tests/ECSlidingViewController.xcworkspace -scheme ECSlidingViewController -sdk iphonesimulator -reporter Tests/ao-kiwi-progress test'
3+
system 'xcodebuild -workspace Tests/ECSlidingViewController.xcworkspace -scheme ECSlidingViewController -sdk iphonesimulator test'
44
exit($?.exitstatus)
55
end
66

77
namespace :travis do
8-
task :before_install do
9-
system 'brew update'
10-
end
11-
12-
task :install do
13-
system 'brew uninstall xctool'
14-
system 'brew install xctool --HEAD'
15-
system 'bundle install'
16-
end
17-
188
task :script => 'test'
199
end

0 commit comments

Comments
 (0)