summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorStephen Moloney <stephen@stephenmoloney.com>2017-04-27 21:58:48 +0100
committerStephen Moloney <stephen@stephenmoloney.com>2017-04-27 21:58:48 +0100
commit162f8ab361e5238a3c591e40ce1b11b24795f6b2 (patch)
treed82cf48f4230bf7f5f4204d87b315beac191c0c0 /.travis.yml
parent72d1d748693d48458cd20e0ed65db24419ad5008 (diff)
downloadwekan-162f8ab361e5238a3c591e40ce1b11b24795f6b2.tar.gz
wekan-162f8ab361e5238a3c591e40ce1b11b24795f6b2.tar.bz2
wekan-162f8ab361e5238a3c591e40ce1b11b24795f6b2.zip
make METEOR_EDGE optional. Fix node_gyp bug in docker build.
- make METEOR_EDGE optional. - Fix node_gyp bug in docker build. - Cannot fix `npm install` because this runs in the travis container and that is running on an old ubuntu 12.0 - some way to get a newer version? - remove npm install for now. - possibly run tests against docker container as alternative.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 01d60165..45d8e1b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,10 +18,4 @@ before_install:
language: node_js
node_js:
- - "6.10.2"
-
-install:
- - "npm install"
-
-script:
- - "npm test"
+ - "4.8.1" \ No newline at end of file