Skip to content

Commit

Permalink
ci: fix travis, get dev docker images from GHPR
Browse files Browse the repository at this point in the history
  • Loading branch information
eine committed Jan 15, 2020
1 parent 56395a2 commit eb1969d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ matrix:
services: docker
language: minimal
install: skip
script: docker run --rm -tv $(pwd):/src -w /src vunit/dev:$DOCKER_IMAGE tox -e $BUILD_NAME
script:
echo "$GITHUB_PAGES_TOKEN" | docker login -u vunit-travis --password-stdin docker.pkg.github.com
docker run --rm -tv $(pwd):/src -w /src vunit/dev:$DOCKER_IMAGE tox -e $BUILD_NAME
docker logout

- <<: *docker
env:
Expand Down

0 comments on commit eb1969d

Please sign in to comment.