Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hason committed Mar 25, 2019
1 parent fd6dc16 commit c918642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
script:
- docker login -u "$REGISTRY_LOGIN" -p "$REGISTRY_PASSWORD"
- wget -O run https://raw.githubusercontent.com/microcontainers/microcontainers/master/run
- 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"

0 comments on commit c918642

Please sign in to comment.