Skip to content

Commit

Permalink
Fix and simplify travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
hason committed May 10, 2019
1 parent c918642 commit 0d986c1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
script:
- docker login -u "$REGISTRY_LOGIN" -p "$REGISTRY_PASSWORD"
- wget -O run https://raw.githubusercontent.com/minidocks/images/master/run
- export TRAVIS_REPO_NAME=${TRAVIS_REPO_SLUG#*/}
- sh ./run build "$TRAVIS_REPO_NAME" --dir "."
- sh ./run push "$TRAVIS_REPO_NAME"
- sh ./run travis:build

0 comments on commit 0d986c1

Please sign in to comment.