Skip to content

Commit ef7413d

Browse files
Merge pull request #231 from dev-sec/ci-fix
Update the CI settings - this fixes it again
2 parents b1e111e + 9d0c355 commit ef7413d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
---
2-
sudo: required
32
language: ruby
43
bundler_args: "--without development"
5-
dist: trusty
64
cache: bundler
75

86
services:
97
- docker
108

11-
rvm: 2.4.4
12-
13-
before_install:
14-
- gem update --system # see https://github.com/bundler/bundler/issues/5357
9+
rvm: 2.5.1
1510

1611
env:
1712
- INSTANCE=ubuntu-14-04 KITCHEN_LOCAL_YAML=.kitchen.do.yml

0 commit comments

Comments
 (0)