Codebase list oysttyer / fresh-snapshots/main .travis.yml
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

.travis.yml @fresh-snapshots/mainraw · history · blame

1
2
3
4
5
6
7
8
9
language: "perl"
perl:
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
install: true
script: "perl -c oysttyer.pl"