.travis.yml in chatterbot-2.0.0.pre vs .travis.yml in chatterbot-2.0.2
- old
+ new
@@ -2,7 +2,10 @@
rvm:
- 2.0.0
- 2.1.1
- 2.2.0
- ruby-head
+before_install:
+ - gem install bundler -v '~> 1.11'
+
# uncomment this line if your project needs to run something other than `rake`:
# script: bundle exec rspec spec
\ No newline at end of file