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

[CI] test xenial on travis

parent 24ed316d
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ language: generic
python:
- "2.7"
sudo: required
dist: trusty
dist: xenial
git:
depth: false
compiler:
......
......@@ -5,8 +5,8 @@ set -e
set -x
set -v
# Add robotpkg
sudo sh -c "echo \"deb [arch=amd64] http://robotpkg.openrobots.org/packages/debian/pub trusty robotpkg\" >> /etc/apt/sources.list "
# Add robotpkg
sudo sh -c "echo \"deb [arch=amd64] http://robotpkg.openrobots.org/packages/debian/pub xenial 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