summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
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