d9b22c4b by Parul Sharma

only use node 11 of node

1 parent 2afc1fa2
language: node_js
node_js:
- "0.10"
# "0.10"
- "0.8"
- "0.11"
#- "0.11"
before_script:
- npm install -g grunt-cli
- curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash
......