Stephen Moloney 8 лет назад
Родитель
Сommit
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?