Skip to content

Commit

Permalink
Исправлен travis.yml для docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanik7 committed Jul 1, 2019
1 parent c41792b commit 012055b
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
language: node_js
node_js:
- "11.10.1"
language: minimal

services:
- docker

script:
- docker build -t $DOCKER_USERNAME/$IMAGE .

deploy:
provider: script
script: docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD && docker push $DOCKER_USERNAME/$IMAGE
on:
branch: master
skip_cleanup: true

0 comments on commit 012055b

Please sign in to comment.