Skip to content

Commit b24af1f

Browse files
krzysiek1507kpheasey
authored andcommitted
Test against Ruby 2.6 and fix Travis (Netflix#3)
* Test against Ruby 2.6 * Enforce bundler 1.17.3
1 parent e68dbee commit b24af1f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,12 @@ rvm:
44
- 2.3.6
55
- 2.4.3
66
- 2.5.0
7+
- 2.6
8+
9+
before_install:
10+
- "travis_retry gem update --system 2.7.9"
11+
- "travis_retry gem install bundler -v '1.17.3'"
12+
install: BUNDLER_VERSION=1.17.3 bundle install --path=vendor/bundle --retry=3 --jobs=3
13+
714
script:
815
- bundle exec rspec

0 commit comments

Comments
 (0)