diff options
author | Stephen Moloney <stephen@stephenmoloney.com> | 2017-04-27 23:29:03 +0100 |
---|---|---|
committer | Stephen Moloney <stephen@stephenmoloney.com> | 2017-04-27 23:29:03 +0100 |
commit | 4818199da7d5f4ca80c3fc29dabc0fa31a66b333 (patch) | |
tree | c1d2d9a89d237b18ef5777f75dc4d36ae1928423 | |
parent | 162f8ab361e5238a3c591e40ce1b11b24795f6b2 (diff) | |
download | wekan-4818199da7d5f4ca80c3fc29dabc0fa31a66b333.tar.gz wekan-4818199da7d5f4ca80c3fc29dabc0fa31a66b333.tar.bz2 wekan-4818199da7d5f4ca80c3fc29dabc0fa31a66b333.zip |
temp block npm install
-rw-r--r-- | .travis.yml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 45d8e1b3..ca76cab3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,13 @@ before_install: # ^^ 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? -language: node_js - -node_js: - - "4.8.1"
\ No newline at end of file +#language: node_js +# +#node_js: +# - "4.8.1" +# +#install: +# - "npm install" +# +#script: +# - "npm test" |