Added run script for travis

This commit is contained in:
Ionut Filip
2018-10-04 14:42:34 +03:00
parent 0067d97f26
commit ebe90fc447
4 changed files with 28 additions and 21 deletions

5
tests/compose/test-script.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
for file in ../*.env ; do
cp $file .env
docker-compose -f ../run.yml up -d
done