use newer docker image
it comes with ruby pre-installed
This commit is contained in:
parent
185143e90f
commit
1ae3b29270
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ run_tests() {
|
|||
|
||||
main() {
|
||||
if [[ $TRAVIS_OS_NAME == "linux" && ${IN_DOCKER_CONTAINER:-n} == "n" ]]; then
|
||||
local tag=2016-08-13
|
||||
local tag=2016-08-24
|
||||
|
||||
docker run \
|
||||
--privileged \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue