mattetti / googlecharts

Ruby Google Chart API
http://mattetti.github.com/googlecharts/
MIT License
699 stars 108 forks source link

Update .travis.yml #83

Closed davidcornu closed 7 years ago

davidcornu commented 8 years ago

1.8.7, ree and 1.9.2 are now EOL.

cc @zukunftsalick

davidcornu commented 8 years ago

Not quite sure what's going on here:

$ ruby --version
ruby 1.9.3p551 (2014-11-13 revision 48407) [x86_64-linux]
$ rvm --version
rvm 1.26.10 (1.26.10) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
$ bundle --version
Bundler version 1.7.6
$ gem --version
2.5.1
10.68s$ bundle install --jobs=3 --retry=3
Fetching gem metadata from http://rubygems.org/...........
Resolving dependencies...
Installing diff-lcs 1.2.5
NoMethodError: undefined method `spec' for nil:NilClass
Installing rake 11.1.2
An error occurred while installing googlecharts (1.6.12), and Bundler cannot
continue.
Make sure that `gem install googlecharts -v '1.6.12'` succeeds before bundling.
The command "eval bundle install --jobs=3 --retry=3" failed. Retrying, 2 of 3.