diff options
author | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-06-15 22:49:15 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-06-15 22:49:15 -0700 |
commit | 3245d7e430ee309961d40c1c03b4c15dac4ec232 (patch) | |
tree | fd7ae4e5d5598b39797340e8d61ff04e92c45d57 | |
parent | 6ee17c32ae6da48935368a51eb5fd5afe98586b0 (diff) | |
download | gitbook-3245d7e430ee309961d40c1c03b4c15dac4ec232.zip gitbook-3245d7e430ee309961d40c1c03b4c15dac4ec232.tar.gz gitbook-3245d7e430ee309961d40c1c03b4c15dac4ec232.tar.bz2 |
Drop Travis tests for Node 0.8
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4a83e22..18ae2d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,3 @@ language: node_js node_js: - "0.11" - "0.10" - - "0.8" |