Skip to content

Commit

Permalink
Merge pull request #294 from hsbt/tweak-travis
Browse files Browse the repository at this point in the history
Tweak travis.yml
  • Loading branch information
hsbt committed Oct 3, 2012
2 parents e9d3ed2 + 38230bc commit 7a36ff6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -1,8 +1,14 @@
services: mongodb

script: "bundle exec rake spec"

before_install:
- gem install nokogiri ffi do_sqlite3 -- --with-cflags='--std=gnu99'

rvm:
- 1.8.7
- 1.9.3
- ruby-head

gemfile:
- gemfiles/active_record_32.gemfile
Expand Down

0 comments on commit 7a36ff6

Please sign in to comment.