Skip to content
Snippets Groups Projects
Commit fdf6b85c authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CI] run travis on trusty & xenial

parent 493f489f
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,9 @@ only:
- debian
- devel
matrix:
include:
- dist: trusty
- dist: xenial
allow_failures:
- compiler:
before_install: ./travis_custom/custom_before_install
......
......@@ -6,7 +6,7 @@ set -x
set -v
# Add robotpkg
sudo sh -c "echo \"deb [arch=amd64] http://robotpkg.openrobots.org/packages/debian/pub xenial robotpkg\" >> /etc/apt/sources.list "
sudo sh -c "echo \"deb [arch=amd64] http://robotpkg.openrobots.org/packages/debian/pub $(lsb_release -cs) robotpkg\" >> /etc/apt/sources.list "
curl http://robotpkg.openrobots.org/packages/debian/robotpkg.key | sudo apt-key add -
# show memory usage before install
......
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