From 40b205c47cbe067b329cb6dd1e606733a83d3d45 Mon Sep 17 00:00:00 2001 From: Tim Dettrick Date: Wed, 3 Aug 2016 17:35:38 +1000 Subject: [PATCH] Fixing typo --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0050cf1..f223d50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,10 @@ env: DOCKER2ACI_VERSION: 0.12.0 before_script: - curl -sL https://github.com/appc/docker2aci/releases/download/v${DOCKER2ACI_VERSION}/docker2aci-v${DOCKER2ACI_VERSION}.tar.gz | tar xvz --strip-components=1 -script: - - docker build -t nghttpx . +script: docker build -t nghttpx . +after_success: - docker save nghttpx > nghttpx.docker - - ./docker2aci nghttpx.docker && mv nghttpx-latest nghttpx.linux.amd64.aci + - ./docker2aci nghttpx.docker && mv nghttpx-latest.aci nghttpx.linux.amd64.aci - xz nghttpx.docker - sha512sum nghttpx.* deploy: