Skip to content

Commit

Permalink
Merge pull request #1179 from iost-official/fix/ci
Browse files Browse the repository at this point in the history
fix ci
  • Loading branch information
lispc authored Jan 14, 2021
2 parents ba9ee90 + 900090f commit ea1b136
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ matrix:
services:
- docker
before_install:
- echo $DOCKER_PASSWORD | docker login --username $DOCKER_USERNAME --password-stdin
- docker pull iostio/iost-dev:latest
- git lfs install
before_script:
Expand All @@ -45,6 +46,7 @@ matrix:
services:
- docker
before_install:
- echo $DOCKER_PASSWORD | docker login --username $DOCKER_USERNAME --password-stdin
- docker pull iostio/iost-dev:latest
- git lfs install
before_script:
Expand Down

0 comments on commit ea1b136

Please sign in to comment.