.travis.yml in rspec-apotomo-0.9.3 vs .travis.yml in rspec-apotomo-0.9.4

- old
+ new

@@ -1,4 +1,8 @@ -rvm: 1.9.2 -script: "bundle exec rspec -f documentation" +rvm: + - jruby + - 1.8.7 + - 1.9.2 + - 1.9.3 +script: "bundle exec rake travis" notifications: irc: "irc.freenode.org#cells" \ No newline at end of file