Skip to content

Commit 7aecbd2

Browse files
committed
Update system gems on travis.
1 parent 4a80a39 commit 7aecbd2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
language: ruby
22
bundler_args: --without debug
33
script: "bundle exec rspec spec"
4+
before_install: "gem update --system"
45
env:
56
- CI=true
67
rvm:
78
- 2.2
89
- 2.3
910
- 2.4
10-
- 2.5.0
11+
- 2.5
1112
- jruby
1213
- rbx-3
1314
cache: bundler

0 commit comments

Comments
 (0)