diff options
author | baude <bbaude@redhat.com> | 2018-10-05 08:28:27 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2018-10-05 08:28:27 -0500 |
commit | 8771a03af1f17f62084f35ffc69b804c8dd25666 (patch) | |
tree | 354601c1a7ca9beb9ec68ed3f0e0166389ce209a | |
parent | a4a6f7dac2364fc4215a9b0b12d54fccac623903 (diff) | |
download | podman-8771a03af1f17f62084f35ffc69b804c8dd25666.tar.gz podman-8771a03af1f17f62084f35ffc69b804c8dd25666.tar.bz2 podman-8771a03af1f17f62084f35ffc69b804c8dd25666.zip |
Remove Travis
Now that we are testing ubuntu-bionic on a VM, we no longer need
travis.
Signed-off-by: baude <bbaude@redhat.com>
-rw-r--r-- | .travis.yml | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 86744f728..000000000 --- a/.travis.yml +++ /dev/null @@ -1,39 +0,0 @@ -language: go - -sudo: required -dist: trusty - -services: - - docker - -before_install: - - if [ "${TRAVIS_OS_NAME}" = linux ]; then sudo apt-get -qq update; fi - - if [ "${TRAVIS_OS_NAME}" = linux ]; then sudo apt-get -qq install btrfs-tools libdevmapper-dev libgpgme11-dev libapparmor-dev; fi - - if [ "${TRAVIS_OS_NAME}" = linux ]; then sudo apt-get -qq install autoconf automake bison e2fslibs-dev libfuse-dev libtool liblzma-dev gettext; fi - - if [ "${TRAVIS_OS_NAME}" = linux ]; then sudo apt-get -qq install python3-setuptools python3-dateutil python3-psutil; fi - - if [ "${TRAVIS_OS_NAME}" = linux ]; then sudo make install.libseccomp.sudo; fi - -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 testunit - go: 1.10.x - - stage: Integration Test - script: - - make integration - go: 1.9.x - -notifications: - irc: "chat.freenode.net#podman" |