From 14473270d7af520dae006605ab798ad9db34f184 Mon Sep 17 00:00:00 2001 From: baude Date: Mon, 1 Oct 2018 12:10:46 -0500 Subject: Add ability for ubuntu to be tested unfortunately the papr CI system cannot test ubuntu as a VM; therefore, this PR still keeps travis. but it does include fixes that will be required for running on modern versions of ubuntu. Signed-off-by: baude --- .travis.yml | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2ede77a93..86744f728 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,37 +26,14 @@ env: jobs: include: - - stage: Build and Verify - script: - - make gofmt - - make lint - go: 1.10.x - - script: - - make gofmt - - make lint - go: 1.10.x - os: osx - - script: - - make testunit - go: 1.9.x - stage: Build and Verify script: - make testunit go: 1.10.x - - script: - - make --keep-going local-cross - go: 1.10.x - - script: - - make --keep-going local-cross - go: 1.10.x - os: osx - env: ALLOWED_TO_FAIL=true - stage: Integration Test script: - make integration go: 1.9.x - allow_failures: - - env: ALLOWED_TO_FAIL=true notifications: irc: "chat.freenode.net#podman" -- cgit v1.2.3-54-g00ecf