Commit Graph

26 Commits

Author SHA1 Message Date
nick n
30759d7102 trailing whitespace 2019-08-27 00:02:39 +02:00
nick n
adf80a1671 i guess this should work too 2019-08-23 21:05:55 +02:00
Christian Ramseyer
fc8ed46910 Manually install Test::Compile 2.1.2 for Travis CI (#635)
Seems to work, I'm merging this and add some comments in #622
2019-08-20 19:55:59 +02:00
nick n
38b800e46f fix travis
i hope, seems they switched ubuntu versions to something more recent
2019-08-06 02:02:43 +02:00
nick n
7d9c86cee1 perl 5.30 is released
update travis
2019-05-30 04:06:38 +02:00
nick n
7ae1e7b13c move testing targets to perl 5.10 and 5.28 2019-04-30 18:00:46 +02:00
Oliver Gorwits
da33ed4d4c Update .travis.yml 2019-03-28 22:15:55 +00:00
nick n
47adf30cc4 install graphviz package
GraphViz requires the dot binary which should come with the graphviz operating system package

this should hopefully fix
! Configure failed for GraphViz-2.24. See /home/travis/.cpanm/work/1553436397.11520/build.log for details.
2019-03-24 15:31:57 +01:00
Oliver Gorwits
65f695410e test compilation of all scripts and modules (#537)
* test compilation of all scripts and modules passes

* try adding NetSNMP::default_store

* try adding NetSNMP::default_store

* travis test all branches

* make Configuration.pm safe for tests

* remove dep

* try adding net-snmp

* dist: xenial

* try building Net-SNMP locally

* no need for Try::Tiny

* allow test to pass for DPP:p

* better testing setup for session cookies

* yay! working compile tests for ALL!
2019-03-12 13:02:35 +00:00
Oliver Gorwits
a138325175 travis test all branches 2019-03-11 21:34:18 +00:00
Oliver Gorwits
e4dabe525c Always notify from Travis to IRC and email on any code commit 2018-12-28 18:34:29 +00:00
Oliver Gorwits
5cc99cf20f Update .travis.yml
Send git commit emails to the mail list from Travis, instead of from GitHub (they are retiring the option for that).
2018-12-28 18:24:05 +00:00
Oliver Gorwits
894e07fe63 test localhost resolver in travis.ci 2018-10-19 17:19:42 +01:00
Oliver Gorwits
3efaebdae1 fix irc notifications for travis 2018-02-01 11:27:14 +00:00
Oliver Gorwits
6dc415780a change travis on success [skip ci] 2018-01-31 18:10:26 +00:00
Oliver Gorwits
63a53b4e02 notify on IRC 2018-01-29 21:10:40 +00:00
Oliver Gorwits
148e2e43f7 try phantomjs tests 2018-01-29 20:51:32 +00:00
Oliver Gorwits
2b362443ac try installdeps and test xt 2018-01-29 20:43:15 +00:00
Oliver Gorwits
9566c3ab5a Update .travis.yml 2018-01-29 20:09:30 +00:00
Oliver Gorwits
98e9749bba Update .travis.yml 2018-01-29 19:49:32 +00:00
Oliver Gorwits
ea4eab740d simplify test builds
to speed them up and be kinder to Travis CI free service.
2018-01-29 19:47:07 +00:00
Oliver Gorwits
87c1537a80 Update .travis.yml
only build tags matching 2.######
2018-01-10 01:30:36 +00:00
Oliver Gorwits
6b8da71c11 update travis file 2018-01-06 13:52:06 +00:00
Oliver Gorwits
8fe9b4e9bd Update .travis.yml 2018-01-06 10:48:44 +00:00
Dean Hamstead
9a160887be Ensure we use the latest Test::More, as its needed in xt/ 2017-05-07 13:57:21 +10:00
Dean Hamstead
cb2cf11d6b Add Travis CI support (#289)
* Add travis.yml config file

* Add AutoInstall, so we can push our dependencies to cpanm for travis
2017-01-15 17:34:35 +00:00