File tree Expand file tree Collapse file tree 4 files changed +33
-1
lines changed Expand file tree Collapse file tree 4 files changed +33
-1
lines changed Original file line number Diff line number Diff line change
1
+ source 'https://rubygems.org'
2
+
3
+ gem 'april_oneil' , '~> 0.0'
Original file line number Diff line number Diff line change
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ april_oneil (0.0.1 )
5
+ rainbow (~> 1.1 )
6
+ rainbow (1.1.4 )
7
+
8
+ PLATFORMS
9
+ ruby
10
+
11
+ DEPENDENCIES
12
+ april_oneil (~> 0.0 )
Original file line number Diff line number Diff line change 1
1
desc "Run tests"
2
2
task :test do
3
- system 'xctool -workspace Tests/ECSlidingViewController.xcworkspace -scheme ECSlidingViewController -sdk iphonesimulator test'
3
+ system 'xctool -workspace Tests/ECSlidingViewController.xcworkspace -scheme ECSlidingViewController -sdk iphonesimulator -reporter Tests/ao-kiwi-progress test'
4
4
exit ( $?. exitstatus )
5
5
end
6
6
@@ -12,6 +12,7 @@ namespace :travis do
12
12
task :install do
13
13
system 'brew uninstall xctool'
14
14
system 'brew install xctool --HEAD'
15
+ system 'bundle install'
15
16
end
16
17
17
18
task :script => 'test'
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ #
3
+ # This file was generated by Bundler.
4
+ #
5
+ # The application 'ao-kiwi-progress' is installed as part of a gem, and
6
+ # this file is here to facilitate running it.
7
+ #
8
+
9
+ require 'pathname'
10
+ ENV [ 'BUNDLE_GEMFILE' ] ||= File . expand_path ( "../../Gemfile" ,
11
+ Pathname . new ( __FILE__ ) . realpath )
12
+
13
+ require 'rubygems'
14
+ require 'bundler/setup'
15
+
16
+ load Gem . bin_path ( 'april_oneil' , 'ao-kiwi-progress' )
You can’t perform that action at this time.
0 commit comments