Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / .travis.yml @ bb4550ff

Historique | Voir | Annoter | Télécharger (719 octets)

1
---
2
language: perl
3
install:
4
  - sudo apt-get update
5
  - sudo apt-get --no-install-recommends install devscripts python ruby php5-cli gawk
6
  #
7
  # Modules used by test script
8
  - cpanm --notest Test::More File::Find Capture::Tiny
9
  #
10
  # Modules used by plugins
11
  - cpanm --notest Asterisk::AMI Cache::Memcached BerkeleyDB DBD::Pg Data::Dump Device::SerialPort FCGI::Client File::ReadBackwards File::Tail::Multi Graphics::ColorNames IPC::Run3 IPC::ShareLite Modern::Perl MooseX::POE Net::Telnet Net::Telnet::Cisco POE Proc::ProcessTable Redis Sys::Virt WWW::Mechanize::TreeBuilder nvidia::ml
12
  # Modules used by plugins, but missing on cpan
13
  # - Sun::Solaris::Kstat
14
  # - VMware::VIRuntime
15
  # - MythTV
16
script: "prove"