Pārlūkot izejas kodu

no tests - remove

Stephen Moloney 8 gadi atpakaļ
vecāks
revīzija
377380d15f
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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?