Skip to content

Commit

Permalink
Travis CI: Fixed the build
Browse files Browse the repository at this point in the history
Compile fails due to missing return value for emplace_back. Running
build on bionic rather than xenial helps.
  • Loading branch information
bjorn committed Mar 10, 2022
1 parent 92d8194 commit 1b8df84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: cpp
sudo: required
dist: xenial
dist: bionic
python: 3.6

env:
Expand Down

0 comments on commit 1b8df84

Please sign in to comment.