Stephen Moloney пре 8 година
родитељ
комит
377380d15f
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -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?