podman/.travis.yml
Jhon Honce 5f0d4b10e9 Add support for Zulu timestamp parsing
- Improve error message when podman varlink service is not running

Signed-off-by: Jhon Honce <jhonce@redhat.com>

Closes: #800
Approved by: rhatdan
2018-05-23 17:54:09 +00:00

48 lines
997 B
YAML

language: go
sudo: required
dist: trusty
services:
- docker
before_install:
- sudo apt-get -qq update
- sudo apt-get -qq install btrfs-tools libdevmapper-dev libgpgme11-dev libapparmor-dev
- sudo apt-get -qq install autoconf automake bison e2fslibs-dev libfuse-dev libtool liblzma-dev gettext python3-setuptools python3-dateutil
- sudo make install.libseccomp.sudo
install:
- make install.tools
before_script:
- export PATH=$HOME/gopath/bin:$PATH
- export LD_LIBRARY_PATH=/usr/local/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
env:
global:
- TRAVIS=1
jobs:
include:
- stage: Build and Verify
script:
- make gofmt
- make lint
go: 1.9.x
- script:
- make testunit
go: 1.8.x
- stage: Build and Verify
script:
- make testunit
go: 1.9.x
- stage: Integration Test
script:
- make all
- make integration
go: 1.8.x
notifications:
irc: "chat.freenode.net#podman"