Fixed minor issue with Travis integration

This commit is contained in:
Ricard Bejarano 2018-09-20 12:40:12 +02:00
parent 8f485f3fa6
commit 598218e9b2

View file

@ -2,4 +2,4 @@ services:
- docker
script:
- docker build -t nginx .
- docker run nginx -v
- docker run nginx /nginx -v