Codebase list oysttyer / 566b0424-ed49-4476-b0f9-ae48cee33e22/upstream .travis.yml
566b0424-ed49-4476-b0f9-ae48cee33e22/upstream

Tree @566b0424-ed49-4476-b0f9-ae48cee33e22/upstream (Download .tar.gz)

.travis.yml @566b0424-ed49-4476-b0f9-ae48cee33e22/upstreamraw · 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"