8000
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 46afca5 commit 690e25dCopy full SHA for 690e25d
.travis.yml
@@ -54,6 +54,8 @@ addons:
54
- mysql-client-core-5.6
55
- mysql-client-5.6
56
before_install:
57
+ - gem update --system
58
+ - gem install bundler
59
- sh -c "if [ '$DB_ADAPTER' = 'mysql2' ]; then mysql -e 'create database ajax_datatables_rails;'; fi"
60
- sh -c "if [ '$DB_ADAPTER' = 'postgresql' ]; then psql -c 'create database ajax_datatables_rails;' -U postgres; fi"
61
- sh -c "if [ '$DB_ADAPTER' = 'oracle_enhanced' ]; then ./spec/install_oracle.sh; fi"
0 commit comments