build only against one node version with travis

This commit is contained in:
Andy Clement
2016-05-10 16:48:25 -07:00
parent aeeac3277e
commit 3995da73bf

View File

@@ -1,6 +1,5 @@
language: node_js
node_js:
- '0.8'
- '0.10'
before_script:
- 'npm install -g bower grunt-cli'