Showing with 2 additions and 5 deletions.
  1. +2 −5 .travis.yml
7 changes: 2 additions & 5 deletions .travis.yml
@@ -1,7 +1,4 @@
dist: trusty
# This is a lie: we don't need sudo but this is required to get an
# Ubuntu image with a libc that isn't ancient, and with cmocka libs.
sudo: required
sudo: false
dist: trusty

language: c
Expand Down Expand Up @@ -52,7 +49,7 @@ install:
- popd
- git clone https://github.com/tpm2-software/tpm2-tss.git
- pushd tpm2-tss
- ./bootstrap && ./configure && make -j$(nproc)
- ./bootstrap && ./configure --disable-esapi && make -j$(nproc)
- sudo ../.ci/travis-tss-install.sh
- popd
- sudo ldconfig /usr/local/lib
Expand Down