summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 65fbb12a8..227393f66 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,8 +25,7 @@ services:
- docker
install:
- # TODO: Once merged, remove experimental tag and use latest
- - docker pull thrift/$DISTRO:experiment || true
+ - docker pull thrift/$DISTRO:latest || true
- cp -r ./build/docker/scripts/*.sh ./build/docker/$DISTRO/scripts/
- docker build -q -t thrift-build build/docker/$DISTRO