This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch TINKERPOP-1641 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 15d256aaf4daede1f6cde850ebf0313760f67489 Author: HadoopMarc <[email protected]> AuthorDate: Sun May 10 21:13:04 2020 +0200 Adds libkrb5-dev dependency to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 13cf933..3e3f2a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,7 @@ before_install: - sudo apt install python3.6 - sudo rm /usr/bin/python3 - sudo ln -s python3.6 /usr/bin/python3 + - sudo apt install libkrb5-dev jobs: include:
