Skip to content

Commit 16f20fc

Browse files
authored
Update .travis.yml
1 parent b1d7437 commit 16f20fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services: docker
22
before_install:
33
# set env vars in the build settings to interact with repositories
44
# see https://docs.travis-ci.com/user/environment-variables/#Defining-Variables-in-Repository-Settings
5-
- docker login -e="${DOCKER_EMAIL}" -u="${DOCKER_USERNAME}" -p="{$DOCKER_PASSWORD}"
5+
- docker login -e="${DOCKER_EMAIL}" -u="${DOCKER_USERNAME}" -p="${DOCKER_PASSWORD}"
66
script:
77
- docker build -t "zopanix/factorio:${TRAVIS_TAG}" .
88
deploy:

0 commit comments

Comments
 (0)