We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ffe3d commit a7d8fedCopy full SHA for a7d8fed
Rakefile
@@ -1,19 +1,9 @@
1
desc "Run tests"
2
task :test do
3
- system 'xctool -workspace Tests/ECSlidingViewController.xcworkspace -scheme ECSlidingViewController -sdk iphonesimulator -reporter Tests/ao-kiwi-progress test'
+ system 'xcodebuild -workspace Tests/ECSlidingViewController.xcworkspace -scheme ECSlidingViewController -sdk iphonesimulator test'
4
exit($?.exitstatus)
5
end
6
7
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
17
18
task :script => 'test'
19
0 commit comments