diff options
author | Stephen Moloney <stephen@stephenmoloney.com> | 2017-04-05 22:29:18 +0100 |
---|---|---|
committer | Stephen Moloney <stephen@stephenmoloney.com> | 2017-04-05 22:29:18 +0100 |
commit | 377380d15f0875322ab3a40c4f44fa94777b1c4b (patch) | |
tree | c5cd77a02d995457184a5deb9f134929317e53e2 /.travis.yml | |
parent | 4e7f56ac74c49efd56a75c4dd188c4f497fd5f1b (diff) | |
download | wekan-377380d15f0875322ab3a40c4f44fa94777b1c4b.tar.gz wekan-377380d15f0875322ab3a40c4f44fa94777b1c4b.tar.bz2 wekan-377380d15f0875322ab3a40c4f44fa94777b1c4b.zip |
no tests - remove
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0890b38b..01d60165 100644 --- a/.travis.yml +++ b/.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? |