Run docker as the build command.
This commit is contained in:
parent
665e1f89d1
commit
449b976333
|
@ -3,5 +3,5 @@ sudo: required
|
|||
services:
|
||||
- docker
|
||||
|
||||
before_install:
|
||||
script:
|
||||
- docker run --rm -v "$TRAVIS_BUILD_DIR:/tmp/pandorafms" pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh
|
||||
|
|
Loading…
Reference in New Issue