Skip to content

Commit

Permalink
Use docker ci in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
layus committed Sep 6, 2018
1 parent e0b9b96 commit 0b30464
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,13 @@ jobs:
- make dist VERBOSE=1
- make VERBOSE=1
- make check

- sudo: true
env:
matrix:
- BUILD_FLAVOR=fedora
- BUILD_FLAVOR=ubuntu
before_script: ""
addons:
script: bash ci/$BUILD_FLAVOR.sh

0 comments on commit 0b30464

Please sign in to comment.