only use node 11 of node
Showing
1 changed file
with
2 additions
and
2 deletions
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 | ... | ... |
-
Please register or sign in to post a comment