forked from munin-monitoring/munin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
48 lines (48 loc) · 1.17 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
language: perl
perl:
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
- "5.8"
branches:
only:
- stable-2.0
- devel
- master
install: "/bin/true"
before_install:
- "cpanm --notest File::Copy::Recursive"
- "cpanm --notest File::Slurp"
- "cpanm --notest HTML::Template"
- "cpanm --notest IO::Scalar"
- "cpanm --notest IO::Socket::INET6"
- "cpanm --notest Log::Log4perl"
- "cpanm --notest Module::Build"
- "cpanm --notest Net::SNMP"
- "cpanm --notest Net::Server"
- "cpanm --notest Net::SSLeay"
- "cpanm --notest Test::Deep"
- "cpanm --notest Test::Differences"
- "cpanm --notest Test::LongString"
- "cpanm --notest Test::MockModule"
- "cpanm --notest Test::MockObject::Extends"
- "cpanm --notest Time::HiRes"
- "cpanm --notest DBI"
- "cpanm --notest DBD::SQLite"
- sh contrib/install_rrd.sh
notifications:
email: false
irc:
on_success: change # no need for spam
on_failure: always
channels:
- "irc.oftc.net#munin"
template:
- "%{repository} (%{branch} - %{commit} : %{author}): %{message}"
- "Build details: %{build_url}"
matrix:
# we don't need to continue any build when 1 test is failing.
fast_finish: true