Skip to content

Commit 0adb0dd

Browse files
committed
Remove missing integration:cloud task
1 parent 4c6e196 commit 0adb0dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Dir.glob(File.join(__dir__, 'tasks', '**', '*.rb'), &method(:require))
1414

1515
#----------------------------------------------------------------------- tasks
1616
desc 'Run all tests on Travis'
17-
task :travis => ['style', 'spec', 'integration:cloud']
17+
# task :travis => ['style', 'spec', 'integration:cloud']
18+
task :travis => ['style', 'spec']
1819

1920
# Default
2021
task :default => ['style', 'style:travis', 'spec']

0 commit comments

Comments
 (0)