Codebase list oysttyer / 75d37f10-6972-449a-8519-d826a40669f5/main .travis.yml
75d37f10-6972-449a-8519-d826a40669f5/main

Tree @75d37f10-6972-449a-8519-d826a40669f5/main (Download .tar.gz)

.travis.yml @75d37f10-6972-449a-8519-d826a40669f5/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"