travis: update to trusty for CMake version
This commit is contained in:
parent
1fc082eb7f
commit
50b9259cb2
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ install:
|
|||
- ./travis_install.sh
|
||||
script:
|
||||
- if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then mkdir build && cd build && cmake $CMAKE_ARGS .. && cmake --build .; fi
|
||||
dist: trusty
|
||||
addons:
|
||||
coverity_scan:
|
||||
project:
|
||||
|
|
Loading…
Add table
Reference in a new issue