Skip to content

Commit

Permalink
Fixed .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ncorrare committed Mar 20, 2015
1 parent af68d07 commit f8e3c31
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
rvm: 1.8.7
---
language: ruby
bundler_args: --without system_tests
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
matrix:
fast_finish: true
include:
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.0"
notifications:
email:
- ncorrare@gmail.com
env:
- PUPPET_VERSION=3.7.1
- PUPPET_VERSION=2.7.11
email: nicolas@corrarello.com

0 comments on commit f8e3c31

Please sign in to comment.