Skip to content

Commit

Permalink
Update .travis.yml to compensate for my stubborn.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienthebo committed Mar 11, 2013
1 parent 0280322 commit 6f25cc8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
@@ -1,10 +1,7 @@
---
language: ruby
before_script:
- "bundle exec puppet module install adrien/boolean"
- "bundle exec puppet module install adrien/filemapper"
- "bundle exec puppet module install puppetlabs/stdlib"
script: "spec/travis_rspec.rb --color --format documentation"
before_script: 'bundle exec rake fixture:prepare'
script: 'SPEC_OPTS="--format documentation" bundle exec rake spec'
notifications:
email: false
rvm:
Expand Down

0 comments on commit 6f25cc8

Please sign in to comment.