From d43c63aad700460dc582e3a8b7bd9464c094cd22 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 18 Dec 2017 15:13:23 -0500 Subject: Remove ostree builds from ubuntu, libselinux and others are too old Signed-off-by: Daniel J Walsh Closes: #152 Approved by: rhatdan --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3-54-g00ecf