File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 37
37
- TRAVIS_CMAKE_GENERATOR="Ninja"
38
38
- DEPS_BRANCH="master"
39
39
matrix :
40
- - TRAVIS_BUILD_TYPE="Release" UBUNTU="xenial"
41
- - TRAVIS_BUILD_TYPE="Debug" UBUNTU="xenial"
42
40
- TRAVIS_BUILD_TYPE="Release" UBUNTU="bionic"
43
41
- TRAVIS_BUILD_TYPE="Debug" UBUNTU="bionic"
44
42
@@ -54,14 +52,7 @@ before_install:
54
52
55
53
before_script :
56
54
- 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}
65
56
- docker pull $DOCKER_IMAGE_NAME
66
57
# Start the container in the background
67
58
- >-
You can’t perform that action at this time.
0 commit comments