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
This commit is contained in:
Daniel J Walsh 2017-12-18 15:13:23 -05:00 committed by Atomic Bot
parent 34572abc70
commit d43c63aad7
1 changed files with 0 additions and 8 deletions

View File

@ -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