Skip to content

Commit 2a8b2c2

Browse files
author
Jorge Aparicio
committed
use newer docker image
it comes with ruby pre-installed
1 parent 51aabf3 commit 2a8b2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ run_tests() {
4242

4343
main() {
4444
if [[ $TRAVIS_OS_NAME == "linux" && ${IN_DOCKER_CONTAINER:-n} == "n" ]]; then
45-
local tag=2016-08-13
45+
local tag=2016-08-24
4646

4747
docker run \
4848
--privileged \

0 commit comments

Comments
 (0)