diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-10-03 11:35:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-03 11:35:13 -0700 |
commit | 3750b35ae2a22e7f7bc0070c5c2dadf1ef437074 (patch) | |
tree | c5eee413a0cd57375f464084581704fc6bd22b00 /.travis.yml | |
parent | 2a3e3e7f25d9a7bbe5e6f3f35027ccbe6521961f (diff) | |
parent | 14473270d7af520dae006605ab798ad9db34f184 (diff) | |
download | podman-3750b35ae2a22e7f7bc0070c5c2dadf1ef437074.tar.gz podman-3750b35ae2a22e7f7bc0070c5c2dadf1ef437074.tar.bz2 podman-3750b35ae2a22e7f7bc0070c5c2dadf1ef437074.zip |
Merge pull request #1578 from baude/addubuntuci
Add Ubuntu-18.04 to CI testing
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.travis.yml b/.travis.yml index 2ede77a93..86744f728 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,35 +28,12 @@ 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" |