1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 10:39:53 +00:00

travis: upgrade distribution to Ubuntu trusty

This commit is contained in:
Lars Kruse 2017-06-28 05:31:05 +02:00
parent a3d0fc15d9
commit 5eb8251fa6

View file

@ -1,4 +1,5 @@
---
dist: trusty
language: perl
install:
- sudo apt-get update
@ -58,4 +59,4 @@ install:
# - Sun::Solaris::Kstat
# - VMware::VIRuntime
# - MythTV
script: "PERL5LIB=$PERL5LIB:/usr/share/perl5:/usr/lib/perl5 prove"
script: "PERL5LIB=$PERL5LIB:/usr/share/perl5 prove"