Try to use container image from DockerHub

This commit is contained in:
Brian Telnes 2017-06-29 10:02:14 -07:00
Родитель df26af5396
Коммит b4d26719b3
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -12,6 +12,10 @@ branches:
only:
- btelnes
# command to install dependencies
# Note: Keep this to avoid "Could not locate requirements.txt. Override the install: key in your .travis.yml to install dependencies"
install:
before_install:
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- docker pull btelnes/devstack