Skip to content

Commit

Permalink
Merge pull request #185 from diegoferigo/remove-xenial-ci
Browse files Browse the repository at this point in the history
Remove xenial ci
  • Loading branch information
diegoferigo committed Jan 24, 2020
2 parents bbd3e52 + 53b3df0 commit 3a203bd
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ env:
- TRAVIS_CMAKE_GENERATOR="Ninja"
- DEPS_BRANCH="master"
matrix:
- TRAVIS_BUILD_TYPE="Release" UBUNTU="xenial"
- TRAVIS_BUILD_TYPE="Debug" UBUNTU="xenial"
- TRAVIS_BUILD_TYPE="Release" UBUNTU="bionic"
- TRAVIS_BUILD_TYPE="Debug" UBUNTU="bionic"

Expand All @@ -54,14 +52,7 @@ before_install:

before_script:
- echo "Using $DEPS_BRANCH for dependencies"
- >-
if [ "$UBUNTU" = "xenial" ] ; then
export DOCKER_IMAGE_NAME=robotology/robotology-tdd:gazebo8${DEPS_BRANCH}
elif [ "$UBUNTU" = "bionic" ] ; then
export DOCKER_IMAGE_NAME=robotology/robotology-tdd:gazebo9${DEPS_BRANCH}
else
travis_terminate 1
fi
- export DOCKER_IMAGE_NAME=robotology/robotology-tdd:gazebo9${DEPS_BRANCH}
- docker pull $DOCKER_IMAGE_NAME
# Start the container in the background
- >-
Expand Down

0 comments on commit 3a203bd

Please sign in to comment.