diff options
author | Alexander Early <alexander.early@gmail.com> | 2015-10-24 19:47:30 -0700 |
---|---|---|
committer | Alexander Early <alexander.early@gmail.com> | 2015-10-24 19:47:30 -0700 |
commit | f88e57ce28214d3ad699b40a94ada1eeb638f5c7 (patch) | |
tree | 577e6247cf53b0770f7379db71fbdcac4c565df1 /.travis.yml | |
parent | e04b644577bd575e070826a037c6d6e6184c20b3 (diff) | |
download | async-f88e57ce28214d3ad699b40a94ada1eeb638f5c7.tar.gz |
simplify makefile, update node versions for travis
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 d08d7c7..40105be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: node_js node_js: - "0.10" - "0.12" - - "iojs-v2.1.0" - "4" sudo: false after_success: npm run coveralls |