Skip to content

Commit

Permalink
adding multiple rails versions to test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhunter committed Apr 15, 2014
1 parent db58cbd commit fc2bb93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,10 @@ language: ruby
rvm:
- "1.9.3"
- "2.0.0"
env:
- "RAILS_VERSION=3.2.17"
- "RAILS_VERSION=4.0.4"
- "RAILS_VERSION=4.1.0"
script: bundle exec rspec spec
before_script:
- mysql -e 'create database dossier_test;'
Expand Down

0 comments on commit fc2bb93

Please sign in to comment.