Skip to content

Commit 0bcbb01

Browse files
committed
trying with no transport
1 parent c7b9aa3 commit 0bcbb01

File tree

3 files changed

+47
-46
lines changed

3 files changed

+47
-46
lines changed

.travis.yml

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -54,52 +54,52 @@ _deploy_gem: &_deploy_gem
5454

5555
jobs:
5656
include:
57-
# - <<: *_test_gem
58-
# env: COMPONENT=hyper-i18n RUBY_VERSION=2.5.1
59-
# - <<: *_test_gem
60-
# env: COMPONENT=hyper-trace RUBY_VERSION=2.5.1
61-
# - <<: *_test_gem
62-
# env: COMPONENT=hyper-state RUBY_VERSION=2.5.1
63-
# - <<: *_test_gem
64-
# env: COMPONENT=hyper-component RUBY_VERSION=2.5.1
65-
# - <<: *_test_gem
66-
# env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 TASK=part1
57+
- <<: *_test_gem
58+
env: COMPONENT=hyper-i18n RUBY_VERSION=2.5.1
59+
- <<: *_test_gem
60+
env: COMPONENT=hyper-trace RUBY_VERSION=2.5.1
61+
- <<: *_test_gem
62+
env: COMPONENT=hyper-state RUBY_VERSION=2.5.1
63+
- <<: *_test_gem
64+
env: COMPONENT=hyper-component RUBY_VERSION=2.5.1
65+
- <<: *_test_gem
66+
env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 TASK=part1
6767
- <<: *_test_gem
6868
env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 TASK=part2
6969
- <<: *_test_gem
7070
env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 TASK=part3
71-
# - <<: *_test_gem
72-
# env: COMPONENT=hyper-operation RUBY_VERSION=2.5.1
73-
# - <<: *_test_gem
74-
# env: COMPONENT=hyper-router RUBY_VERSION=2.5.1
75-
# - <<: *_test_gem
76-
# env: COMPONENT=hyper-spec RUBY_VERSION=2.5.1
77-
# - <<: *_test_gem
78-
# env: COMPONENT=hyper-store RUBY_VERSION=2.5.1
79-
# - <<: *_test_gem
80-
# env: COMPONENT=rails-hyperstack RUBY_VERSION=2.5.1
81-
# - <<: *_test_gem
82-
# env: COMPONENT=hyperstack-config RUBY_VERSION=2.5.1
83-
#
84-
# - <<: *_deploy_gem
85-
# env: COMPONENT=hyper-i18n
86-
# - <<: *_deploy_gem
87-
# env: COMPONENT=hyper-trace
88-
# - <<: *_deploy_gem
89-
# env: COMPONENT=hyper-state
90-
# - <<: *_deploy_gem
91-
# env: COMPONENT=hyper-component
92-
# - <<: *_deploy_gem
93-
# env: COMPONENT=hyper-model
94-
# - <<: *_deploy_gem
95-
# env: COMPONENT=hyper-operation
96-
# - <<: *_deploy_gem
97-
# env: COMPONENT=hyper-router
98-
# - <<: *_deploy_gem
99-
# env: COMPONENT=hyper-spec
100-
# - <<: *_deploy_gem
101-
# env: COMPONENT=hyper-store
102-
# - <<: *_deploy_gem
103-
# env: COMPONENT=rails-hyperstack
104-
# - <<: *_deploy_gem
105-
# env: COMPONENT=hyperstack-config
71+
- <<: *_test_gem
72+
env: COMPONENT=hyper-operation RUBY_VERSION=2.5.1
73+
- <<: *_test_gem
74+
env: COMPONENT=hyper-router RUBY_VERSION=2.5.1
75+
- <<: *_test_gem
76+
env: COMPONENT=hyper-spec RUBY_VERSION=2.5.1
77+
- <<: *_test_gem
78+
env: COMPONENT=hyper-store RUBY_VERSION=2.5.1
79+
- <<: *_test_gem
80+
env: COMPONENT=rails-hyperstack RUBY_VERSION=2.5.1
81+
- <<: *_test_gem
82+
env: COMPONENT=hyperstack-config RUBY_VERSION=2.5.1
83+
84+
- <<: *_deploy_gem
85+
env: COMPONENT=hyper-i18n
86+
- <<: *_deploy_gem
87+
env: COMPONENT=hyper-trace
88+
- <<: *_deploy_gem
89+
env: COMPONENT=hyper-state
90+
- <<: *_deploy_gem
91+
env: COMPONENT=hyper-component
92+
- <<: *_deploy_gem
93+
env: COMPONENT=hyper-model
94+
- <<: *_deploy_gem
95+
env: COMPONENT=hyper-operation
96+
- <<: *_deploy_gem
97+
env: COMPONENT=hyper-router
98+
- <<: *_deploy_gem
99+
env: COMPONENT=hyper-spec
100+
- <<: *_deploy_gem
101+
env: COMPONENT=hyper-store
102+
- <<: *_deploy_gem
103+
env: COMPONENT=rails-hyperstack
104+
- <<: *_deploy_gem
105+
env: COMPONENT=hyperstack-config

ruby/hyper-model/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ task :part2 do
2323
end
2424

2525
task :part3 do
26-
run_batches(5..6)
26+
run_batches(5..7)
2727
end
2828

2929
task :spec do

ruby/hyper-model/spec/batch6/aaa_update_associations_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
before(:all) do
99
seed_database
10+
Hyperstack.transport = :none
1011
end
1112

1213
before(:step) do

0 commit comments

Comments
 (0)