d9b22c4b by Parul Sharma

only use node 11 of node

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