Travis ci before script needs success exit code.

Update before script so it exits with 0 for Puppet 2.7.
This commit is contained in:
Nan Liu 2012-03-18 02:06:03 -05:00
parent 9ebbbc434d
commit 0ea463b5f0

View file

@ -4,7 +4,7 @@ rvm:
- 1.9.2
- ree
before_script:
- "[ '2.6.12' = $PUPPET_VERSION ] && git clone git://github.com/puppetlabs/puppetlabs-create_resources.git spec/fixtures/modules/create_resources"
- "[ '2.6.12' = $PUPPET_VERSION ] && git clone git://github.com/puppetlabs/puppetlabs-create_resources.git spec/fixtures/modules/create_resources || true"
after_script:
script: "rake spec"
branches: