aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMihai Bazon <mihai.bazon@gmail.com>2015-03-29 13:19:07 +0300
committerMihai Bazon <mihai.bazon@gmail.com>2015-03-29 13:19:07 +0300
commit0262b4244c13b3ef148bf096874847aea84b93e5 (patch)
tree01cc598afac9616f1c33e074425663b25fff8fc4 /.travis.yml
parent73ca767d06bd54de07b36f934e509c42614909d1 (diff)
downloadtracifyjs-0262b4244c13b3ef148bf096874847aea84b93e5.tar.gz
tracifyjs-0262b4244c13b3ef148bf096874847aea84b93e5.zip
Disable testing with Node 0.8
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 45cc7177..82460de5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
language: node_js
before_install: "npm install -g npm"
node_js:
- - "0.8"
- "0.10"
- "0.11"