updated readme + travis. Also addresses #53

This commit is contained in:
Nicholas St. Germain 2018-12-10 21:54:01 -06:00
parent 929681911a
commit 46299bef76
2 changed files with 60 additions and 16 deletions

View file

@ -3,7 +3,7 @@ services:
script:
- docker build -t boerderij/varken:$TRAVIS_BRANCH .
- docker ps -a
- docker images
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker push boerderij/varken:$TRAVIS_BRANCH