Update .travis.yml for Ruby 2+

This commit is contained in:
Carlos Agarie 2015-05-28 18:42:37 -03:00
parent 3dc184277d
commit eed75d3ba7
1 changed files with 9 additions and 2 deletions

View File

@ -1,11 +1,18 @@
language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0
- 2.1
- 2.2
before_install:
- export "JAVA_HOME=/usr/lib/jvm/java-6-openjdk-i386/"
before_script:
before_script:
- sudo apt-get install antiword
- sudo apt-get install poppler-utils
- rake treat:install[travis] --trace
script: rake treat:spec --trace
script: rake treat:spec --trace