mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
Apparently we have to join the travisci rubygems workaround bandwagon
https://github.com/travis-ci/travis-ci/issues/8969
This commit is contained in:
parent
c4c5e94d6a
commit
c817198cfb
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ services:
|
||||||
- docker
|
- docker
|
||||||
- mysql
|
- mysql
|
||||||
- postgresql
|
- postgresql
|
||||||
|
before_install:
|
||||||
|
- gem update --system
|
||||||
|
- gem install bundler
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- APP_SECRET_TOKEN=b2724973fd81c2f4ac0f92ac48eb3f0152c4a11824c122bcf783419a4c51d8b9bba81c8ba6a66c7de599677c7f486242cf819775c433908e77c739c5c8ae118d
|
- APP_SECRET_TOKEN=b2724973fd81c2f4ac0f92ac48eb3f0152c4a11824c122bcf783419a4c51d8b9bba81c8ba6a66c7de599677c7f486242cf819775c433908e77c739c5c8ae118d
|
||||||
|
|
Loading…
Add table
Reference in a new issue