8f0bdc2a9a
Travis is failing on 1.8.7 due to some recent updates in rails. This should fix the issue.
23 lines
654 B
YAML
23 lines
654 B
YAML
---
|
|
language: ruby
|
|
bundler_args: --without system_tests
|
|
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
|
|
after_success:
|
|
- git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-release
|
|
- .forge-release/publish
|
|
rvm:
|
|
- 1.8.7
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- 2.1.1
|
|
env:
|
|
matrix:
|
|
- PUPPET_GEM_VERSION="~> 3.7.1"
|
|
- PUPPET_GEM_VERSION="~> 3.7"
|
|
global:
|
|
- PUBLISHER_LOGIN=puppetlabs
|
|
- secure: "FInoEwh3G4Auqp+OOdIc20lDLqrV6FHzWsM8ercHWjhDRD23VI49B1qqehWjaI8lKM3D5mTvdup23IVQBJo8M0rR/yfju1NhMYFTQ5bcJIrbQ3fn4n/zSaE8gLTOtHwzjSlqTJAYjxOAnp1VdMZngqpU/RYfSk68zJD34NqfovA="
|
|
matrix:
|
|
fast_finish: true
|
|
notifications:
|
|
email: false
|