meat-tfw-updates Use tfw variables instead of systemd unit vars
since the latter are not valid in this particular context
AMD64
Python: 3.6
Git
manakai/perl-web-resource:.travis.yml@f169b01
git:
submodules: false
language: perl
before_install: "true"
install:
- "make test-deps"
- ./perl --version
- ./openssl version
- ./perl -MNet::SSLeay -e 'print $Net::SSLeay::VERSION'
script:
- "make test-main"
jobs:
include:
- perl: "5.30"
os: linux
- perl: "5.14"
os: linux
- perl: "5.30"
os: osx
- stage: merge
before_install: "true"
install: "true"
script: curl -f https://gist.githubusercontent.com/wakaba/ab553f86cd017e0cb28c6dbb5364b009/raw/travis-merge-job.pl | perl
notifications:
email:
- wakaba@suikawiki.org
irc:
channels:
- "ircs://irc.suikawiki.org:6697#mechanize"
use_notice: true
env:
global:
secure: "sJUFu7B+qqJKTWlTElNfRCZpVoauEHA8eTVFq9BNghwt0nVoG3yGQytYxptNkRdFBppV3LXfkaiBLnK+YVIf8idHoBjcAUoWxOt0gYXv9dtGmLFYzKzCXXranQW8oZl7xTddmJYX06tddTfgW3My1rriXbocvW40havj+Zq5AIo="
Build Config
{
"os": [
"linux"
],
"dist": "trusty",
"sudo": true,
"cache": {
"pip": true
},
"python": [
"3.6"
],
"script": [
"make lint",
"make install",
"make test",
"make docker-build",
"make docker-login docker-push"
],
"install": [
"make deps"
],
"language": "python",
"services": [
"redis-server"
],
"after_success": [
"codecov"
],
"notifications": {
"email": {
"enabled": false
}
}
}