Skip to content

Commit 3f2b90b

Browse files
committed
Test with latest Rubygems
1 parent 207c69e commit 3f2b90b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
dist: trusty
21
language: ruby
3-
sudo: required
42
cache: bundler
3+
sudo: required
54
rvm:
65
- 2.5.3
76
- 2.4.5
@@ -25,7 +24,7 @@ addons:
2524
- mysql-client-5.6
2625
before_install:
2726
- gem update --system
28-
- gem install bundler
27+
- gem install bundler --no-document
2928
- sh -c "if [ '$DB_ADAPTER' = 'mysql2' ]; then mysql -e 'create database ajax_datatables_rails;'; fi"
3029
- sh -c "if [ '$DB_ADAPTER' = 'postgresql' ]; then psql -c 'create database ajax_datatables_rails;' -U postgres; fi"
3130
- sh -c "if [ '$DB_ADAPTER' = 'oracle_enhanced' ]; then ./spec/install_oracle.sh; fi"

0 commit comments

Comments
 (0)