Remove node 0.11 from travis since it fails the build

This commit is contained in:
kangax 2013-11-10 17:47:33 +01:00
parent f421979e80
commit 31673283a3

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