Skip to content

Commit e7da63f

Browse files
committed
update to newer hatchet integration
1 parent a6452a1 commit e7da63f

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ rvm:
55
- 2.4.4
66
before_script:
77
- gem install bundler -v 1.16.2
8-
- bundle exec rake hatchet:setup_travis
9-
before_install:
10-
- sudo bash etc/ci-setup.sh
8+
- bundle exec hatchet ci:setup
119
jobs:
1210
include:
1311
- stage: Bash linting (shellcheck)

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,33 @@ GEM
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
9-
concurrent-ruby (1.0.5)
9+
concurrent-ruby (1.1.3)
1010
diff-lcs (1.3)
1111
erubis (2.7.0)
1212
excon (0.62.0)
13-
heroics (0.0.24)
13+
heroics (0.0.25)
1414
erubis (~> 2.0)
1515
excon
1616
moneta
1717
multi_json (>= 1.9.2)
18-
heroku_hatchet (4.0.2)
18+
heroku_hatchet (4.0.6)
1919
excon (~> 0)
2020
minitest-retry (~> 0.1.9)
2121
platform-api (~> 2)
2222
repl_runner (~> 0.0.3)
2323
rrrretry (~> 1)
2424
thor (~> 0)
2525
threaded (~> 0)
26-
i18n (1.1.0)
26+
i18n (1.1.1)
2727
concurrent-ruby (~> 1.0)
2828
minitest (5.11.3)
2929
minitest-retry (0.1.9)
3030
minitest (>= 5.0)
31-
moneta (0.8.1)
31+
moneta (1.0.0)
3232
multi_json (1.13.1)
33-
platform-api (2.1.0)
34-
heroics (~> 0.0.23)
35-
moneta (~> 0.8.1)
33+
platform-api (2.2.0)
34+
heroics (~> 0.0.25)
35+
moneta (~> 1.0.0)
3636
rake (12.3.1)
3737
repl_runner (0.0.3)
3838
activesupport
@@ -52,7 +52,7 @@ GEM
5252
rspec-retry (0.6.1)
5353
rspec-core (> 3.3)
5454
rspec-support (3.8.0)
55-
thor (0.20.0)
55+
thor (0.20.3)
5656
thread_safe (0.3.6)
5757
threaded (0.0.4)
5858
tzinfo (1.2.5)

0 commit comments

Comments
 (0)