diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2017-11-06 23:14:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-06 23:14:22 +0100 |
commit | 3e902a812014e8a6980e08599c4840b1cb969f7c (patch) | |
tree | dc31f5e1a8d1a87779f990b59651fd119acb3aec /.travis.yml | |
parent | 50e3395e7e25d3286ed3daa17ee5ae4d862b0602 (diff) | |
download | jquery-3e902a812014e8a6980e08599c4840b1cb969f7c.tar.gz jquery-3e902a812014e8a6980e08599c4840b1cb969f7c.zip |
Build: Test on Node.js 9
Closes gh-3840
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 94d06df2f..aaae4185b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,4 @@ node_js: - "4" - "6" - "8" +- "9" |