no tests - remove

This commit is contained in:
Stephen Moloney 2017-04-05 22:29:18 +01:00
parent 4e7f56ac74
commit 377380d15f

View file

@ -12,7 +12,6 @@ before_install:
- sudo docker-compose build --no-cache --force-rm
- sudo docker-compose up -d wekandb
- sudo docker-compose up -d wekan
- sudo docker exec -ti wekan /bin/sh -c "npm test"
# ^^ Note - need to come up with some way of checking the output from docker run
# that it was a success... perhaps the nodejs server can output a success message?