Skip to content
Snippets Groups Projects
Commit 3e6f3366 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

.travis.yml: Try to work around Travis CI

Seems their infrastructure migration went not quite as expected...
parent 84136a71
Branches
Tags
No related merge requests found
language: perl
before_install:
- cpanm Shell::Command
- cpanm Test::Most
- apt-get moo
install:
- sudo apt-get install cowsay git ruby-ronn
sudo: false
addons:
apt:
packages:
- cowsay
- git
- libshell-command-perl
- libtest-most-perl
- ruby-ronn
script:
- make test
after_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment