Skip to content

Commit

Permalink
Stop no-op build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Duberstein committed Oct 10, 2019
1 parent 7ed480b commit a0bfa39
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Expand Up @@ -38,23 +38,12 @@ matrix:
group: stable
sudo: required
dist: trusty
env:
- CXX=g++-6
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- mesa-utils
- xvfb
- libgl1-mesa-dri
- libglapi-mesa
- libosmesa6
- libxi-dev
before_install:
- cd bindings/python/pydeck
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
python:
- "3.5"
- "2.7"
Expand Down

0 comments on commit a0bfa39

Please sign in to comment.