summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ff46739..989efb6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,8 @@ node_js:
- "0.10"
- "0.12"
- "4"
+ - "6"
+ - "7"
matrix:
include:
@@ -27,4 +29,4 @@ script:
# ensure buildable
- "[ $MAKE_TEST == false ] || make"
# test in firefox
- - "[ $BROWSER == false ] || npm run mocha-browser-test" \ No newline at end of file
+ - "[ $BROWSER == false ] || npm run mocha-browser-test"