diff options
Diffstat (limited to 'testing/xpcshell/node_ip/.travis.yml')
-rw-r--r-- | testing/xpcshell/node_ip/.travis.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/xpcshell/node_ip/.travis.yml b/testing/xpcshell/node_ip/.travis.yml new file mode 100644 index 0000000000..a3a8fad6b6 --- /dev/null +++ b/testing/xpcshell/node_ip/.travis.yml @@ -0,0 +1,15 @@ +sudo: false +language: node_js +node_js: + - "0.8" + - "0.10" + - "0.12" + - "4" + - "6" + +before_install: + - travis_retry npm install -g npm@2.14.5 + - travis_retry npm install + +script: + - npm test |