diff options
author | Alexander Early <alexander.early@gmail.com> | 2017-03-22 13:20:15 -0700 |
---|---|---|
committer | Alexander Early <alexander.early@gmail.com> | 2017-03-22 13:20:15 -0700 |
commit | 9fc2995f581e500dbe9a54939feeaf11b0655b28 (patch) | |
tree | 13a24321bd6f8c753665e4a850c6e33c393f06ac /.travis.yml | |
parent | 295b307c21028c8069ced8fe01a3d68700e15e0b (diff) | |
download | async-9fc2995f581e500dbe9a54939feeaf11b0655b28.tar.gz |
initial experiment with async fn support
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
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" |