diff options
author | Mihai Bazon <mihai@bazon.net> | 2014-01-07 18:56:18 +0200 |
---|---|---|
committer | Mihai Bazon <mihai@bazon.net> | 2014-01-07 18:56:18 +0200 |
commit | 72e6f64ca896fc77f7d87ec36eaec9dc19771f41 (patch) | |
tree | edc093db37854542dc64d3681b011499a70b52f8 /.travis.yml | |
parent | b9fac687ff0b2689f7ca7bdc26aa0b3671df72ce (diff) | |
download | tracifyjs-72e6f64ca896fc77f7d87ec36eaec9dc19771f41.tar.gz tracifyjs-72e6f64ca896fc77f7d87ec36eaec9dc19771f41.zip |
Disable node 0.6 since the build fails consistently and it's not our fault.
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 d9591272..3d9a761d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: node_js node_js: - "0.4" - - "0.6" - "0.8" - "0.10" - "0.11" |