Skip to content

Commit

Permalink
Attempt to get travis to be able to build the python wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
jpieper committed Dec 1, 2020
1 parent 242d29d commit eb1ecc8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
script: ./travis-ci.sh
dist: bionic
dist: focal
language: cpp
addons:
apt:
packages:
- python3-pep517
cache:
directories:
- $HOME/.cache/bazel/

0 comments on commit eb1ecc8

Please sign in to comment.