We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f75539 commit 8328ad2Copy full SHA for 8328ad2
.travis.yml
@@ -18,8 +18,6 @@ services:
18
addons:
19
postgresql: '9.6'
20
before_install:
21
- - gem update --system
22
- # - gem install bundler --no-document
23
- sh -c "if [ '$DB_ADAPTER' = 'mysql2' ]; then mysql -e 'create database ajax_datatables_rails;'; fi"
24
- sh -c "if [ '$DB_ADAPTER' = 'postgresql' ]; then psql -c 'create database ajax_datatables_rails;' -U postgres; fi"
25
- sh -c "if [ '$DB_ADAPTER' = 'oracle_enhanced' ]; then ./spec/install_oracle.sh; fi"
0 commit comments