Permalink
Fetching contributors…
Cannot retrieve contributors at this time
27 lines (25 sloc) 610 Bytes
language: ruby
rvm: 1.8.7
notifications:
irc:
channels:
- "irc.freenode.net#freeipa"
template:
- "%{repository} (%{commit}: %{author}): %{message}"
- "More info : %{build_url}"
on_success: always
on_failure: always
use_notice: false
skip_join: false
email:
- travis-ci@shubin.ca
# TODO: do a full rake test once warnings are all gone!
#script: 'bundle exec rake test'
script: 'bundle exec rake syntax'
env:
# - PUPPET_VERSION=2.7.26
- PUPPET_VERSION=3.0.2
- PUPPET_VERSION=3.1.1
- PUPPET_VERSION=3.2.4
- PUPPET_VERSION=3.3.2
- PUPPET_VERSION=3.4.3