2
0
Stephen Moloney 8 жил өмнө
parent
commit
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?