diff options
Diffstat (limited to '')
-rw-r--r-- | testing/xpcshell/node-http2/.travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/xpcshell/node-http2/.travis.yml b/testing/xpcshell/node-http2/.travis.yml new file mode 100644 index 0000000000..5ca377d612 --- /dev/null +++ b/testing/xpcshell/node-http2/.travis.yml @@ -0,0 +1,5 @@ + language: node_js + node_js: + - "iojs" + - "0.12" + |