forked from DSI-Ville-Noumea/puppet-liquibase
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
50 lines (49 loc) · 1.76 KB
/
.travis.yml
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
42
43
44
45
46
47
48
49
---
sudo: false
dist: trusty
language: ruby
cache: bundler
before_install:
- bundle -v
- rm Gemfile.lock || true
- echo -e "machine github.com\n login $APIKEY\n protocol git" >> ~/.netrc
- gem update --system
- gem update bundler
- gem --version
- bundle -v
script:
- 'bundle exec rake $CHECK'
matrix:
fast_finish: true
include:
- rvm: 2.1.9
bundler_args: --without system_tests development release
env: PUPPET_VERSION="~> 5.0" CHECK=test
- rvm: 2.4.2
bundler_args: --without system_tests development release
env: PUPPET_VERSION="~> 5.0" CHECK=test_with_coveralls
- rvm: 2.4.2
bundler_args: --without system_tests development release
env: PUPPET_VERSION="~> 5.0" CHECK=rubocop
branches:
only:
- master
- /^v\d/
notifications:
email: false
#deploy:
# provider: puppetforge
# user: puppet
# password:
# secure: ""
# on:
# tags: true
# all_branches is required to use tags
# all_branches: true
# # Only publish the build marked with "DEPLOY_TO_FORGE"
# condition: "$DEPLOY_TO_FORGE = yes"
slack:
secure: qWvpt1RYDBJr6J0wcVveFIa/s9JW4OiEmz8AAKce8dM9MR9yr8yDjJ6WKxL27Trofgl4W3Eb4rWOk4dePlhqUyt5x2OuSWL3W7/uyoubiBqJuC4voimf1c/Jp0JH3OV4bgnzZc15IJWic+/1myOlEaPHHNWltB8lnVcqppnjUWIr8lFhT4OvowaoBlFEIZDW/aKluVo3dQJrlNK4KRNRPR0Csk3p1CuzxeW1j5Xbn0qfWMHIzbZSryQ/4K65wcwxCn+HF5BWvl+9Rz59hu0QoC04dJY77NFKHAJ/4khoZaDuXb6M4Hy9et8At9Vk5uO4/rexzr4JhAVlKbEZKovnQ9mOmITyGCjz8wrHEnz9RVIa49iB9uIepPOKZEe2tSCLbncsvWSTTcfzMUAWOJYkC6ZfBeTwm0WygcGIfvaXNSYXvH2pk8YuQlvnzrstlJ8xNaQk0eP/v9tk/1LCPul+nErlzmR2PfBR49z1p2gGmgCoUCcid+MYzh0j4FQl8a8CJ00FxAXaRxxb86EMGr0ewnmKdDvMHcqex/AFUlN1kQUFpBiS2YM6dafXoj5TLsk95jSzZb4GTnzGuOEUcjoelPIVoHI9dlnogROIqsLx76VgHU/cE5LzRXPXdHORglxMSLjk1ViPFvl279NA9s6cNHoZzXnMFHgB2+1pUxGYLOo=
env:
global:
secure: ""