diff options
author | Valentin Popov <info@valentineus.link> | 2017-09-29 00:31:33 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-09-29 00:31:33 +0300 |
commit | 42fa6f65e8ccecf88462b38f1616970cec5a413d (patch) | |
tree | 4fe014a4347f2bc984818c76e8fe4b87604cec25 /.travis.yml | |
parent | d51760622644425eb11a7524d767843cbc248213 (diff) | |
download | iii-client-42fa6f65e8ccecf88462b38f1616970cec5a413d.tar.xz iii-client-42fa6f65e8ccecf88462b38f1616970cec5a413d.zip |
Removing support for iojs
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d7183d1..ecd089f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: node_js node_js: - - "iojs" - "8" - "7" - "6" |