Remove test run in pre_install (travis-ci)

This commit is contained in:
jekkos
2016-01-23 19:41:31 +01:00
committed by FrancescoUK
parent 4ccab6b8b5
commit 463af45e73

View File

@@ -12,7 +12,6 @@ before_install:
- docker build -t jekkos/opensourcepos .
- docker run -d -p 127.0.0.1:80:80 jekkos/opensourcepos /bin/sh -c "cd /app; npm install"
- docker ps -a
- docker run jekkos/opensourcepos /bin/sh -c "cd /app; grunt mochaWebdriver:test"
script:
- grunt mochaWebdriver:test