Skip to content

Commit 901c7c4

Browse files
committed
temp change to debug why fails on CI
1 parent 513b0f5 commit 901c7c4

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

.travis.yml

Lines changed: 47 additions & 47 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
67-
- <<: *_test_gem
68-
env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 TASK=part2
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
67+
# - <<: *_test_gem
68+
# 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..7)
26+
run_batches(6..6)
2727
end
2828

2929
task :spec do

0 commit comments

Comments
 (0)