1
0
mirror of https://github.com/danog/gigaclone.git synced 2024-12-02 09:27:55 +01:00
gigaclone/.travis.yml

16 lines
150 B
YAML
Raw Normal View History

2015-09-24 21:52:33 +02:00
language: bash
addons:
apt:
packages:
- wget
- grep
- sed
2015-09-25 22:14:29 +02:00
- gawk
2015-09-25 23:29:05 +02:00
- fdupes
2015-11-04 15:30:19 +01:00
- tree
2015-09-24 21:52:33 +02:00
2015-09-27 11:00:08 +02:00
script: "bash ./.travis.gigaclone"
2015-09-24 21:52:33 +02:00