diff options
| author | Gregg Caines <[email protected]> | 2014-05-24 18:49:08 -0700 |
|---|---|---|
| committer | Gregg Caines <[email protected]> | 2014-05-24 18:49:08 -0700 |
| commit | 94e4a098fd7137d2904f113db27a0ddcf471762e (patch) | |
| tree | 5198cc37ffa602a50f7cfa3708c4edbd0e2155e2 | |
| parent | 2225a3ffd3b2c20046e46981cd79696697816112 (diff) | |
| download | node-coveralls-94e4a098fd7137d2904f113db27a0ddcf471762e.tar.xz node-coveralls-94e4a098fd7137d2904f113db27a0ddcf471762e.zip | |
remove 0.9 support from travis because it is no longer supported.
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6273479..de8bdfb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: node_js node_js: - 0.8 - - 0.9 - '0.10' - '0.11' script: make test-coveralls |
