Skip to content

Commit

Permalink
Travis CI: Verify apt-get install python-gflags
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jul 3, 2020
1 parent 4f06c3d commit b32742e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
os: linux
dist: focal
language: shell

addons:
apt:
packages:
- python-gflags

jobs:
include:
- dist: precise
- dist: trusty
- dist: xenial
- dist: bionic
- dist: focal
allow_failures:
- dist: focal # google/python-gflags#44

0 comments on commit b32742e

Please sign in to comment.