Travis: Fix travis config typo

This commit is contained in:
Sebastien Badia 2013-12-02 01:42:00 +01:00
parent 5e268ff4bd
commit 38711e7910
1 changed files with 6 additions and 4 deletions

View File

@ -1,9 +1,11 @@
---
language: ruby
script: "bundle exec rake SPEC_OPTS='--format n --color --backtrace'"
bundler_args: --without development
script: "bundle exec rake SPEC_OPTS='--format documentation'"
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 1.8.7
- 1.9.3
- 2.0.0
env:
matrix:
- PUPPET_GEM_VERSION="~> 2.7.0"