diff options
author | Richard van Velzen <rvanvelzen@experty.com> | 2015-10-28 20:36:03 +0100 |
---|---|---|
committer | Richard van Velzen <rvanvelzen@experty.com> | 2015-10-28 20:36:03 +0100 |
commit | 2a88d07b3a22095bc0e3f6038f57f73c52685b4a (patch) | |
tree | 086b856f5d2b880b0584b6b23d7d4c0f3c6f667f /.travis.yml | |
parent | a887cde9f295a9ac89c8f09417db5901b655dfba (diff) | |
download | tracifyjs-2a88d07b3a22095bc0e3f6038f57f73c52685b4a.tar.gz tracifyjs-2a88d07b3a22095bc0e3f6038f57f73c52685b4a.zip |
Stop building for io.js
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 0324385f..0f65db5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: node_js before_install: "npm install -g npm" node_js: - - "iojs" - "0.12" - "0.10" - "4" |