summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerwincoumans <erwincoumans@google.com>2020-09-01 14:08:24 -0700
committerGitHub <noreply@github.com>2020-09-01 14:08:24 -0700
commit185ff8f0cce20dc24d6ee38a798c6953e4a5a95c (patch)
treedb109923104ef2690ca35ccb5f152c3a6e8db5e6
parent8fab756efd877bc874c5c1c30921d5aded97c054 (diff)
downloadbullet3-erwincoumans-patch-8.tar.gz
Update .travis.ymlerwincoumans-patch-8
trying to fix travis build issues, not finding Python.h in docker/XENIAL_GCC
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index b7365a70e..716a88970 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,12 +12,6 @@ matrix:
- BUILD_NAME=TRUSTY_CLANG
- SUDO=sudo
- os: linux
- compiler: gcc
- env:
- - BUILD_NAME=XENIAL_GCC
- - DOCKER_FILE="ubuntu-xenial"
- services: docker
- - os: linux
compiler: clang
env:
- BUILD_NAME=XENIAL_CLANG