mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
8 lines
179 B
YAML
8 lines
179 B
YAML
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
|
|
script:
|
|
- docker run --rm -h pandorafms -t -v "$TRAVIS_BUILD_DIR:/tmp/pandorafms" pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh
|