Skip to content

Commit

Permalink
Revert XCB libriary install for Travis CI tests
Browse files Browse the repository at this point in the history
The package was already installed, and the problem this was trying to solve was only transient.
  • Loading branch information
jpgill86 committed Dec 21, 2020
1 parent cc95ee1 commit c4a832b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ services:

install:
- sudo apt-get update
- echo "INITIAL SYSTEM PACKAGES"
- apt list --installed

# install system libraries
- sudo apt-get install -y libx11-xcb1
- echo "SYSTEM PACKAGES AFTER INSTALLS"
- apt list --installed

# install conda
Expand Down

0 comments on commit c4a832b

Please sign in to comment.