Use the newly created pandorafms/pandorafms-base image.
This commit is contained in:
parent
d02fec16ee
commit
e7a555532f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue