Skip to content

Commit

Permalink
update travis config to include bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
trapexit committed Sep 16, 2019
1 parent 0b0f0a1 commit 7a84555
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,17 @@ matrix:
dist: xenial
compiler: clang
sudo: required
- os: linux
dist: bionic
compiler: gcc
sudo: required
- os: linux
dist: bionic
compiler: clang
sudo: required

script:
- sudo -E apt-get install fakeroot
- sudo -E make install-build-pkgs
- make
- make -j$(($(nproc) + 1))
- make deb

0 comments on commit 7a84555

Please sign in to comment.