13 lines
150 B
YAML
13 lines
150 B
YAML
|
language: ruby
|
||
|
rvm:
|
||
|
- 1.8.7
|
||
|
script:
|
||
|
- "rake lint"
|
||
|
- "rake spec"
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|
||
|
env:
|
||
|
- PUPPET_VERSION=2.7.11
|
||
|
gemfile: .gemfile
|