Remove node 0.11 from travis for now

This commit is contained in:
kangax 2014-01-14 12:57:08 -05:00
parent 4761c2527c
commit eee3ca9768

View file

@ -3,7 +3,6 @@ node_js:
- 0.6
- 0.8
- 0.10
- 0.11
script: 'npm run-script build && npm test'
before_install:
- sudo apt-get update -qq