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 ...@@ -2,7 +2,7 @@ language: generic
python: python:
- "2.7" - "2.7"
sudo: required sudo: required
dist: trusty dist: xenial
git: git:
depth: false depth: false
compiler: compiler:
......
...@@ -5,8 +5,8 @@ set -e ...@@ -5,8 +5,8 @@ set -e
set -x set -x
set -v set -v
# Add robotpkg # Add robotpkg
sudo sh -c "echo \"deb [arch=amd64] http://robotpkg.openrobots.org/packages/debian/pub trusty robotpkg\" >> /etc/apt/sources.list " 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 - curl http://robotpkg.openrobots.org/packages/debian/robotpkg.key | sudo apt-key add -
# show memory usage before install # 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