Skip to content

Commit

Permalink
Add travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
josacar committed Mar 12, 2014
1 parent 3434c3f commit ec11058
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: ruby
bundler_args: --without development integration
rvm:
- 1.9.3
- 2.0.0
before_install:
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
before_script:
- bundle exec berks install
script: bundle exec rspec spec

0 comments on commit ec11058

Please sign in to comment.