diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-04-27 01:21:27 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2016-04-27 01:22:36 +0200 |
commit | 1e60327e3120be5ac84dabdf74653f5cf940739a (patch) | |
tree | a353e4b375585b0e0ed2483f4e6c6bd37a7eae8f | |
parent | b93442f179afc121992a1140d2316677b3a078e3 (diff) | |
download | jquery-1e60327e3120be5ac84dabdf74653f5cf940739a.tar.gz jquery-1e60327e3120be5ac84dabdf74653f5cf940739a.zip |
Revert "Build: remove node .10 from travis"
This reverts commit 498fd24f389105049bc2eebadfa43e228b91454a.
Node 0.10 has updated its npm to v2 so most issues with it should be resolved
now.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 69c9a6771..34f4d9aec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: node_js sudo: false node_js: +- "0.10" - "0.12" - "4" - "5" |