New approach for the travis file.

This commit is contained in:
Parker Moore 2013-02-28 21:40:34 +01:00
parent 470085fd54
commit 4dc371b854

View File

@ -6,6 +6,4 @@ rvm:
script: script:
- bundle exec rake install - bundle exec rake install
- bundle exec rake generate - bundle exec rake generate
- cd lib - "cd lib && bundle install && bundle exec rake test"
- bundle install --gemfile=lib/Gemfile
- bundle exec rake test --rakefile lib/Rakefile