Skip to content

Commit

Permalink
Use separate gemfiles so gems can be updated independently
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Sep 13, 2019
1 parent 17ddd6d commit 52a27fd
Show file tree
Hide file tree
Showing 218 changed files with 4,444 additions and 730 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
.bundle
12 changes: 7 additions & 5 deletions .travis.yml
Expand Up @@ -3,17 +3,19 @@ language: ruby
rvm: 2.6.3
gemfile:
- Gemfile
cache:
directories:
- vendor/bundle
services:
- postgresql
- mysql
- elasticsearch
script: bundle exec rake test
script: bundle exec appraisal rake test
before_script:
- mysql -e 'CREATE DATABASE ultimate_test;'
- psql -c 'CREATE DATABASE ultimate_test;' -U postgres
- mysqladmin create ultimate_test
- createdb ultimate_test
- node test/server.js &>/dev/null &
env:
- TRAVIS=t
- bundle exec appraisal install
notifications:
email:
on_success: never
Expand Down

0 comments on commit 52a27fd

Please sign in to comment.