浏览代码

no tests - remove

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?