diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml index 01d60165..ca76cab3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,13 +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: - - "6.10.2" - -install: - - "npm install" - -script: - - "npm test" +#language: node_js +# +#node_js: +# - "4.8.1" +# +#install: +# - "npm install" +# +#script: +# - "npm test" |