diff --git a/changelog.md b/changelog.md index fb865605..68ffa4f2 100644 --- a/changelog.md +++ b/changelog.md @@ -31,7 +31,7 @@ * Fix offset/orientation issue in DummyController * Fix hostname resolution * Make initialization of synchronization loop more robust - +* Fix #155: Closing a DummyRobot raises an issue ## V 2.10 ### Features diff --git a/ci/before_install.sh b/ci/before_install.sh index e93f97d2..dcdea452 100644 --- a/ci/before_install.sh +++ b/ci/before_install.sh @@ -33,7 +33,6 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then # Use miniconda python (provide binaries for scipy and numpy on Linux) if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then - curl -L -o miniconda.sh http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh else curl -L -o miniconda.sh http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh