Skip to content

Commit

Permalink
travis: add bionic + make parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Sep 19, 2019
1 parent a180a5c commit 16e8fe4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,18 @@ env:
- DO_CPPCHECK_ON_BRANCH=""
- DO_INSTALL_DOC_EXCEPT_ON_BRANCH=""
- BUILD_WITH_CATKIN_SUPPORT=false
- MAKEFLAGS="-j2"

jobs:
include:
- dist: bionic
env: BUILDTYPE=Release
- dist: bionic
env: BUILDTYPE=Debug
- dist: xenial
env: BUILDTYPE=Release
- dist: xenial
env: BUILDTYPE=Debug
- dist: trusty
env: BUILDTYPE=Release
- dist: trusty
env: BUILDTYPE=Debug

Expand Down

0 comments on commit 16e8fe4

Please sign in to comment.