summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 3ef0ecef30d0d7740fc929b79bdd47899cdc26b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
language: ruby
rvm: 1.8.7
notifications:
  irc:
    channels:
      - "irc.freenode.net#gluster-dev"
    template:
      - "%{repository} (%{commit}: %{author}): %{message}"
      - "More info : %{build_url}"
    on_success: always
    on_failure: always
    use_notice: false
    skip_join: true
  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