1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00

Merge pull request #106 from projekteuler/fix-travis

Fix bundler error on travis
This commit is contained in:
Philipp Fischbeck 2019-12-20 12:09:03 +01:00 committed by GitHub
commit f6ecc19c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ rvm:
- 2.5
bundler_args: --without production
before_install:
- gem update --system
- yes | gem update --system --force
- gem install bundler
script:
- export RAILS_ENV=test