Skip to content
Snippets Groups Projects
Verified Commit e2ba323d authored by Justin Carpentier's avatar Justin Carpentier
Browse files

travis: update number of OS tested

parent 68dda1e4
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,6 @@ language: python ...@@ -2,7 +2,6 @@ language: python
python: python:
- "2.7" - "2.7"
sudo: required sudo: required
dist: trusty
compiler: compiler:
- gcc - gcc
# - clang # - clang
...@@ -15,9 +14,20 @@ env: ...@@ -15,9 +14,20 @@ env:
- DO_COVERAGE_ON_BRANCH="master;release" - DO_COVERAGE_ON_BRANCH="master;release"
- DO_CPPCHECK_ON_BRANCH="" - DO_CPPCHECK_ON_BRANCH=""
- DO_INSTALL_DOC_EXCEPT_ON_BRANCH="" - DO_INSTALL_DOC_EXCEPT_ON_BRANCH=""
matrix:
- BUILDTYPE=Release jobs:
- BUILDTYPE=Debug include:
- dist: xenial
env:
matrix:
- BUILDTYPE=Release
- BUILDTYPE=Debug
- dist: trusty
env:
matrix:
- BUILDTYPE=Release
- BUILDTYPE=Debug
notifications: notifications:
email: email:
- pinocchio-build@laas.fr - pinocchio-build@laas.fr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment