Skip to content

Commit 8328ad2

Browse files
committed
Don't update rubygem/bundler
1 parent 3f75539 commit 8328ad2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ services:
1818
addons:
1919
postgresql: '9.6'
2020
before_install:
21-
- gem update --system
22-
# - gem install bundler --no-document
2321
- sh -c "if [ '$DB_ADAPTER' = 'mysql2' ]; then mysql -e 'create database ajax_datatables_rails;'; fi"
2422
- sh -c "if [ '$DB_ADAPTER' = 'postgresql' ]; then psql -c 'create database ajax_datatables_rails;' -U postgres; fi"
2523
- sh -c "if [ '$DB_ADAPTER' = 'oracle_enhanced' ]; then ./spec/install_oracle.sh; fi"

0 commit comments

Comments
 (0)