diff options
author | XhmikosR <xhmikosr@gmail.com> | 2015-04-14 23:17:41 +0300 |
---|---|---|
committer | Richard van Velzen <rvanvelzen@experty.com> | 2015-07-29 15:21:01 +0200 |
commit | 881bda7f59cd62f1123fafa2da817b8dc618c19f (patch) | |
tree | 093fe2297f01486f2133a6bd21c1db6c11c2f175 /.travis.yml | |
parent | 9854deb626874f06107db196b87afcf2dc49b035 (diff) | |
download | tracifyjs-881bda7f59cd62f1123fafa2da817b8dc618c19f.tar.gz tracifyjs-881bda7f59cd62f1123fafa2da817b8dc618c19f.zip |
Make node.js 0.8 the minimum supported version.
Node.js 0.4 and 0.6 are ancient; things don't work there.
Update Travis CI configuration accordingly.
Note, that the npm update in Travis is needed for 0.8 only at the moment.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4e046b8f..c33b24d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ before_install: "npm install -g npm" node_js: - "iojs" - "0.12" - - "0.11" - "0.10" + - "0.8" matrix: fast_finish: true sudo: false |