Skip to content

Commit

Permalink
add ruby-head to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jlambert121 committed Oct 8, 2013
1 parent 6fd5cd9 commit 723680c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- ruby-head
script:
- "rake lint"
- "rake spec SPEC_OPTS='--format documentation'"
Expand All @@ -23,6 +24,14 @@ matrix:
env: PUPPET_VERSION="~> 3.0.0"
- rvm: 2.0.0
env: PUPPET_VERSION="~> 3.1.0"
- rvm: ruby-head
env: PUPPET_VERSION="~> 2.7.0"
- rvm: ruby-head
env: PUPPET_VERSION="~> 3.0.0"
- rvm: ruby-head
env: PUPPET_VERSION="~> 3.1.0"
allow_failures:
- rvm: ruby-head
notifications:
email: false

0 comments on commit 723680c

Please sign in to comment.