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 c30c34a commit 51d3443Copy full SHA for 51d3443
.travis.yml
@@ -26,7 +26,7 @@ addons:
26
- mysql-client-5.6
27
before_install:
28
- gem update --system
29
- - gem install bundler --no-document
+ # - gem install bundler --no-document
30
- sh -c "if [ '$DB_ADAPTER' = 'mysql2' ]; then mysql -e 'create database ajax_datatables_rails;'; fi"
31
- sh -c "if [ '$DB_ADAPTER' = 'postgresql' ]; then psql -c 'create database ajax_datatables_rails;' -U postgres; fi"
32
- sh -c "if [ '$DB_ADAPTER' = 'oracle_enhanced' ]; then ./spec/install_oracle.sh; fi"
0 commit comments