Use the newly created pandorafms/pandorafms-base image.

This commit is contained in:
Ramon Novoa 2016-05-20 09:40:09 +02:00
parent d02fec16ee
commit e7a555532f
1 changed files with 1 additions and 2 deletions

View File

@ -4,5 +4,4 @@ services:
- docker
before_install:
- docker build -t pandorafms/ci "$TRAVIS_BUILD_DIR/tests/"
- docker run --rm -v "$TRAVIS_BUILD_DIR:/tmp/pandorafms" pandorafms/ci /tmp/pandorafms/tests/test.sh
- docker run --rm -v "$TRAVIS_BUILD_DIR:/tmp/pandorafms" pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh