summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 9d1c0ccb4529e7cd0998b0be8aa3d8fc62db9aa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: ruby
rvm:
  - 1.8.7
script:
  - "rake lint"
  - "rake spec"
branches:
  only:
    - master
env:
  - PUPPET_VERSION=2.7.11
gemfile: .gemfile