Yanis Guenane ae11e894d2 Replace the formatter in the rspec SPEC_OPTS
TravisCI does not seem to enable the 'n' formatter anymore, hence
we use the documentation one.
2014-06-02 09:40:56 -04:00

14 lines
322 B
YAML

language: ruby
script: "bundle exec rake test COV=y SPEC_OPTS='--format documentation --color --backtrace'"
rvm:
- 1.9.3
- 2.0.0
env:
matrix:
- PUPPET_GEM_VERSION="~> 3.2.0"
- PUPPET_GEM_VERSION="~> 3.3.0"
- PUPPET_GEM_VERSION="~> 3.4.0"
- PUPPET_GEM_VERSION="~> 3.5.0"
notifications:
email: false