diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2017-12-18 15:13:23 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-12-18 21:19:30 +0000 |
commit | d43c63aad700460dc582e3a8b7bd9464c094cd22 (patch) | |
tree | 64a6114662dee080e98c58bdc5cda3bd936eaf5a /.travis.yml | |
parent | 34572abc707f2684cfcbfb64222497aeb842d662 (diff) | |
download | podman-d43c63aad700460dc582e3a8b7bd9464c094cd22.tar.gz podman-d43c63aad700460dc582e3a8b7bd9464c094cd22.tar.bz2 podman-d43c63aad700460dc582e3a8b7bd9464c094cd22.zip |
Remove ostree builds from ubuntu, libselinux and others are too old
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #152
Approved by: rhatdan
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml index 3eb8e9d5b..3b890aeb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,14 +12,6 @@ before_install: install: - make install.tools - - OSTREE_VERSION=v2017.9 - - git clone https://github.com/ostreedev/ostree ${TRAVIS_BUILD_DIR}/ostree - - pushd ${TRAVIS_BUILD_DIR}/ostree - - git checkout $OSTREE_VERSION - - ./autogen.sh --prefix=/usr/local - - make all - - sudo make install - - popd before_script: - export PATH=$HOME/gopath/bin:$PATH |