You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2017/08/11 01:50:14 UTC

[17/50] calcite-avatica-go git commit: Upgrade the docker-engine before running tests on travis.

Upgrade the docker-engine before running tests on travis.


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/d8b8f9fa
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/d8b8f9fa
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/d8b8f9fa

Branch: refs/heads/master
Commit: d8b8f9fa3d5b1eddf982cbd4131ff0cb5263c5ae
Parents: aef9649
Author: Francis Chuang <fr...@boostport.com>
Authored: Wed Sep 28 08:51:14 2016 +1000
Committer: Julian Hyde <jh...@apache.org>
Committed: Thu Aug 10 18:47:09 2017 -0700

----------------------------------------------------------------------
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/d8b8f9fa/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 2bad8f2..83c1260 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,9 @@ env:
   COMPOSE_FILE: .travis.compose.yml
 
 before_install:
+  - echo 'Upgrade docker'
+  - sudo apt-get update
+  - sudo apt-get install --only-upgrade docker-engine
   - echo 'Docker engine version:'
   - docker --version
   # upgrade docker-compose