File tree Expand file tree Collapse file tree 3 files changed +12
-13
lines changed Expand file tree Collapse file tree 3 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 5
5
- 2.4.4
6
6
before_script :
7
7
- 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
11
9
jobs :
12
10
include :
13
11
- stage : Bash linting (shellcheck)
35
33
- HATCHET_RETRIES=3
36
34
- IS_RUNNING_ON_CI=true
37
35
- HATCHET_APP_LIMIT=5
36
+ - HATCHET_DEPLOY_STRATEGY=git
38
37
- secure : yjtlPE5FbVxTKnjUy/tZUBgSEf4qADD3QOxtgziuid73S0U/1IEXlMGFULsQzIjtlHKmHeywZqpVVEpthIH4RuT7uoX1Pb7SSM/g0T8fT3VoEFbFK1uYl0oZQbUS4Klxv9tPiumj8if3m6ULEGIz1X0wZcMOC0tMLwVCnwmap0E=
39
38
- secure : ZeFTHWwnpIKE9nAqs88ocmiQh7bKce84lilGm5J23nf3N6V4wNyLwqlkvsM008WGBCaOg9AUx7ZunasT0ANsR5gLP3eV2UUg7ILdRgV2Gy13eNRFheC4PHdN92RqQ3aKoqlIv2K999xlhVjod0NzhkQQXB6PddfQINbuU7ks6As=
Original file line number Diff line number Diff line change 6
6
i18n (>= 0.7 , < 2 )
7
7
minitest (~> 5.1 )
8
8
tzinfo (~> 1.1 )
9
- concurrent-ruby (1.0.5 )
9
+ concurrent-ruby (1.1.3 )
10
10
diff-lcs (1.3 )
11
11
erubis (2.7.0 )
12
12
excon (0.62.0 )
13
- heroics (0.0.24 )
13
+ heroics (0.0.25 )
14
14
erubis (~> 2.0 )
15
15
excon
16
16
moneta
17
17
multi_json (>= 1.9.2 )
18
- heroku_hatchet (4.0.2 )
18
+ heroku_hatchet (4.0.6 )
19
19
excon (~> 0 )
20
20
minitest-retry (~> 0.1.9 )
21
21
platform-api (~> 2 )
22
22
repl_runner (~> 0.0.3 )
23
23
rrrretry (~> 1 )
24
24
thor (~> 0 )
25
25
threaded (~> 0 )
26
- i18n (1.1.0 )
26
+ i18n (1.1.1 )
27
27
concurrent-ruby (~> 1.0 )
28
28
minitest (5.11.3 )
29
29
minitest-retry (0.1.9 )
30
30
minitest (>= 5.0 )
31
- moneta (0.8.1 )
31
+ moneta (1.0.0 )
32
32
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 )
36
36
rake (12.3.1 )
37
37
repl_runner (0.0.3 )
38
38
activesupport
52
52
rspec-retry (0.6.1 )
53
53
rspec-core (> 3.3 )
54
54
rspec-support (3.8.0 )
55
- thor (0.20.0 )
55
+ thor (0.20.3 )
56
56
thread_safe (0.3.6 )
57
57
threaded (0.0.4 )
58
58
tzinfo (1.2.5 )
Original file line number Diff line number Diff line change 1
- ENV [ 'HATCHET_BUILDPACK_BASE' ] = 'https://github.com/heroku/heroku-buildpack-python .git'
1
+ ENV [ 'HATCHET_BUILDPACK_BASE' ] = 'https://github.com/' + ENV [ 'TRAVIS_REPO_SLUG' ] + ' .git'
2
2
3
3
require 'rspec/core'
4
4
require 'rspec/retry'
You can’t perform that action at this time.
0 commit comments