Skip to content

Commit ff67d9a

Browse files
authored
ci: add docker-hub login step in CI (#601)
1 parent 13bd75e commit ff67d9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
script: commitlint-travis
1919
- script: yarn lint
2020
name: Lint JavaScript
21+
- script: echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
22+
name: Login on dockerhub
2123
- script: sleep 20; yarn test:coverage
2224
name: Tests
2325
# NOTICE: Handles code coverage reporting to Code Climate

0 commit comments

Comments
 (0)