use newer docker image
it comes with ruby pre-installed
This commit is contained in:
parent
51aabf3c32
commit
2a8b2c25a4
@ -42,7 +42,7 @@ run_tests() {
|
|||||||
|
|
||||||
main() {
|
main() {
|
||||||
if [[ $TRAVIS_OS_NAME == "linux" && ${IN_DOCKER_CONTAINER:-n} == "n" ]]; then
|
if [[ $TRAVIS_OS_NAME == "linux" && ${IN_DOCKER_CONTAINER:-n} == "n" ]]; then
|
||||||
local tag=2016-08-13
|
local tag=2016-08-24
|
||||||
|
|
||||||
docker run \
|
docker run \
|
||||||
--privileged \
|
--privileged \
|
||||||
|
Loading…
Reference in New Issue
Block a user