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
python:
- "2.7"
sudo: required
dist: trusty
compiler:
- gcc
# - clang
......@@ -15,9 +14,20 @@ env:
- DO_COVERAGE_ON_BRANCH="master;release"
- DO_CPPCHECK_ON_BRANCH=""
- DO_INSTALL_DOC_EXCEPT_ON_BRANCH=""
matrix:
- BUILDTYPE=Release
- BUILDTYPE=Debug
jobs:
include:
- dist: xenial
env:
matrix:
- BUILDTYPE=Release
- BUILDTYPE=Debug
- dist: trusty
env:
matrix:
- BUILDTYPE=Release
- BUILDTYPE=Debug
notifications:
email:
- 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