Add node 0.11 to travis config

This commit is contained in:
kangax 2013-12-23 00:34:36 +01:00
parent 7c541da8cc
commit e0246800fd

View file

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