kiwiroy/Mojolicious-Plugin-OAuth2:.travis.yml@aad3820
language: perl
perl:
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
env:
- "HARNESS_OPTIONS=j9 TEST_POD=1 TEST_EV=1"
install:
- "cpanm -n Test::Pod Test::Pod::Coverage"
- "cpanm -n --installdeps ."
notifications:
email: false
Build Config
{
"language": "perl",
"os": [
"linux"
],
"dist": "xenial",
"perl": [
"5.18",
"5.16",
"5.14",
"5.12",
"5.10"
],
"env": {
"jobs": [
{
"HARNESS_OPTIONS": "j9",
"TEST_POD": "1",
"TEST_EV": "1"
}
]
},
"install": [
"cpanm -n Test::Pod Test::Pod::Coverage",
"cpanm -n --installdeps ."
],
"notifications": {
"email": [
{
"enabled": false
}
]
}
}