Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte authored Jun 19, 2020
1 parent 33163f7 commit 8c84fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ services:
addons:
organization: 'inseefrlab'
script:
- docker build -t inseefrlab/jupyter-datascience .
- docker build -t inseefrlab/jupyter-datascience:v2.4.6-3.2.1 .
deploy:
skip_cleanup: true
provider: script
script:
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
&& docker push inseefrlab/jupyter-datascience
&& docker push inseefrlab/jupyter-datascience:v2.4.6-3.2.1
on:
branch: master

0 comments on commit 8c84fcf

Please sign in to comment.