Skip to content

Commit

Permalink
Travis CI: trying to use Docker with Ubuntu 16.04 LTS (#1395).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Aug 11, 2017
1 parent 8e0040b commit 7d8953d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,7 +21,7 @@ branches:
install:
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
sudo docker pull ubuntu:16.04
&& sudo docker run -it ubuntu lsb_release -a
&& sudo docker run -it ubuntu cat /etc/*-release
&& sudo docker run -it ubuntu bash
&& apt install software-properties-common
&& apt-apt-repository -y ppa:ubuntu-toolchain-r/test
Expand Down

0 comments on commit 7d8953d

Please sign in to comment.