Codebase list oysttyer / 2de847db-fbf9-4665-984b-cd33b191c048/main .travis.yml
2de847db-fbf9-4665-984b-cd33b191c048/main

Tree @2de847db-fbf9-4665-984b-cd33b191c048/main (Download .tar.gz)

.travis.yml @2de847db-fbf9-4665-984b-cd33b191c048/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"