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

.travis.yml: Fix Travis CI

Turns out you need to `apt-get update` all of a sudden...
parent 5245aa48
Branches
Tags
No related merge requests found
......@@ -4,6 +4,7 @@ before_install:
- cpanm Test::Most
- apt-get moo
install:
- sudo apt-get update
- sudo apt-get install cowsay git ruby-ronn
script:
- make test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment