Skip to content

Commit 3a203bd

Browse files
authored
Merge pull request #185 from diegoferigo/remove-xenial-ci
Remove xenial ci
2 parents bbd3e52 + 53b3df0 commit 3a203bd

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.travis.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ env:
3737
- TRAVIS_CMAKE_GENERATOR="Ninja"
3838
- DEPS_BRANCH="master"
3939
matrix:
40-
- TRAVIS_BUILD_TYPE="Release" UBUNTU="xenial"
41-
- TRAVIS_BUILD_TYPE="Debug" UBUNTU="xenial"
4240
- TRAVIS_BUILD_TYPE="Release" UBUNTU="bionic"
4341
- TRAVIS_BUILD_TYPE="Debug" UBUNTU="bionic"
4442

@@ -54,14 +52,7 @@ before_install:
5452

5553
before_script:
5654
- echo "Using $DEPS_BRANCH for dependencies"
57-
- >-
58-
if [ "$UBUNTU" = "xenial" ] ; then
59-
export DOCKER_IMAGE_NAME=robotology/robotology-tdd:gazebo8${DEPS_BRANCH}
60-
elif [ "$UBUNTU" = "bionic" ] ; then
61-
export DOCKER_IMAGE_NAME=robotology/robotology-tdd:gazebo9${DEPS_BRANCH}
62-
else
63-
travis_terminate 1
64-
fi
55+
- export DOCKER_IMAGE_NAME=robotology/robotology-tdd:gazebo9${DEPS_BRANCH}
6556
- docker pull $DOCKER_IMAGE_NAME
6657
# Start the container in the background
6758
- >-

0 commit comments

Comments
 (0)