Skip to content

Commit 2bf48bf

Browse files
committed
Corrected parts of the updated Travis CI file.
1 parent c35a415 commit 2bf48bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ script:
1919

2020
after_success:
2121
- bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
22-
- if [ "$TRAVIS_BRANCH" == "master" ]; then
23-
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
24-
docker push numbleroot/pluto;
22+
- if [ "${TRAVIS_BRANCH}" == "master" ]; then
23+
docker login -u="${DOCKER_USERNAME}" -p="${DOCKER_PASSWORD}";
24+
docker push numbleroot/pluto;
2525
fi
2626

2727
deploy:
@@ -34,7 +34,7 @@ deploy:
3434
tags: true
3535

3636
docker:
37-
- docker build -t carlad/sinatra .
37+
- docker build -t numbleroot/pluto .
3838

3939
notifications:
4040
email:

0 commit comments

Comments
 (0)