.travis.yml in hackerone-client-0.3.0 vs .travis.yml in hackerone-client-0.3.1
- old
+ new
@@ -1,5 +1,8 @@
sudo: false
language: ruby
rvm:
- 2.3.1
+ - 2.2
+ - 2.1
before_install: gem install bundler -v 1.14.4
+bundler_args: --without guard
- old
+ new