Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdett committed Aug 3, 2016
1 parent 8ff782e commit 40b205c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 40b205c

Please sign in to comment.