Skip to content

Commit

Permalink
Add support to ppc64le. Modify dist to bionic. (#231)
Browse files Browse the repository at this point in the history
Modify dist to bionic for c++17 requirements to be met
  • Loading branch information
gururajrkatti committed Feb 19, 2021
1 parent bab6a87 commit c98938b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,10 @@ addons:
- libpcap-dev
- libcairo2-dev
language: cpp
arch:
- amd64
- ppc64le
dist: bionic
compiler: clang
install:
- ./bootstrap.sh && ./configure && make
Expand Down

0 comments on commit c98938b

Please sign in to comment.