-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.travis.yml
More file actions
41 lines (41 loc) · 825 Bytes
/
Copy path.travis.yml
File metadata and controls
41 lines (41 loc) · 825 Bytes
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
sudo: required
dist: trusty
services: docker
language: ruby
cache: bundler
bundler_args: "--without system_tests"
before_install:
- rm Gemfile.lock || true
- gem update --system
- gem update bundler
- gem --version
- bundle --version
stages:
- test
- acceptance
- deploy
script:
- bundle exec rake $CHECK
matrix:
fast_finish: true
include:
- rvm: 2.3.1
env: PUPPET_VERSION="~> 4.0" CHECK=test
stage: test
- rvm: default
env: PUPPET_VERSION="~> 5.0" CHECK=test
stage: test
- rvm: default
bundler_args: ''
env: BEAKER_set=centos-7-x64 BEAKER_debug=1 PUPPET_INSTALL_TYPE=agent CHECK=beaker
stage: acceptance
- rvm: default
env: PUPPET_VERSION="~> 5.0" DEPLOY_TO_FORGE=yes
stage: deploy
branches:
only:
- master
- "/^v\\d/"
notifications:
email:
- project@bendler-net.de