-
Notifications
You must be signed in to change notification settings - Fork 5
/
.travis.yml
39 lines (39 loc) · 1.27 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
# TODO require puppet-lint
language: ruby
rvm:
# - 2.5.3 # net-http requires 2.6.0 :/
- 2.6.3
- 2.7.2
branches:
only:
- master
notifications:
email:
before_install:
#- make install
#- gem install bundler
- bundle install
env:
- RICCARDO_MESSAGE="Modestamente sono un figo e ascolto volentieri i Travis in formato YAML"
# - PUPPET_VERSION=2.6.14
# - PUPPET_VERSION=2.7.11
################################################################################
# COPIED FROM HERE: https://github.com/travis-ci/travis-ci/blob/master/.travis.yml
#bundler_args: "--without development"
#before_install:
# - gem install bundler --pre
#before_script:
# - "cp config/database.example.yml config/database.yml"
#script: "RAILS_ENV=test bundle exec rake test:ci --trace"
script:
# Non ho idea se le ENV cars siano sticky - ma val la pena provare..
- source bashrc
- bin/rublurb
- bundle exec rake --trace
- make test
#notifications:
# irc: "irc.freenode.org#travis"
# campfire:
# secure: "JJezWGD9KJY/LC2aznI3Zyohy31VTIhcTKX7RWR4C/C8YKbW9kZv3xV6Vn11\nSHxJTeZo6st2Bpv6tjlWZ+HCR09kyCNavIChedla3+oHOiuL0D4gSo+gkTNW\nUKYZz9mcQUd9RoQpTeyxvdvX+l7z62/7JwFA7txHOqxbTS8jrjc="
################################################################################