mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
fix travis.
This commit is contained in:
parent
caa7497c31
commit
cb040cc041
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@ rvm:
|
|||
- 2.1
|
||||
- 2.2
|
||||
before_install:
|
||||
- gem install bundler -v 1.17.3
|
||||
- | # cached install of Neo4j locally:
|
||||
if [ ! -d neo4j-community-2.3.3/bin ];
|
||||
then
|
||||
|
|
|
@ -15,6 +15,7 @@ PATH
|
|||
database_cleaner-data_mapper (1.8.0)
|
||||
database_cleaner (~> 1.8.0)
|
||||
datamapper
|
||||
dm-transactions
|
||||
database_cleaner-mongo (1.8.0)
|
||||
database_cleaner (~> 1.8.0)
|
||||
mongo
|
||||
|
@ -321,4 +322,4 @@ DEPENDENCIES
|
|||
tzinfo
|
||||
|
||||
BUNDLED WITH
|
||||
1.17.1
|
||||
1.17.3
|
||||
|
|
Loading…
Reference in a new issue