Skip to content

Commit 51d3443

Browse files
committed
Fix tests with Rails 4.2
1 parent c30c34a commit 51d3443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ addons:
2626
- mysql-client-5.6
2727
before_install:
2828
- gem update --system
29-
- gem install bundler --no-document
29+
# - gem install bundler --no-document
3030
- sh -c "if [ '$DB_ADAPTER' = 'mysql2' ]; then mysql -e 'create database ajax_datatables_rails;'; fi"
3131
- sh -c "if [ '$DB_ADAPTER' = 'postgresql' ]; then psql -c 'create database ajax_datatables_rails;' -U postgres; fi"
3232
- sh -c "if [ '$DB_ADAPTER' = 'oracle_enhanced' ]; then ./spec/install_oracle.sh; fi"

0 commit comments

Comments
 (0)