You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
562 B
18 lines
562 B
language: node_js
|
|
node_js:
|
|
# "0.10"
|
|
- "0.8"
|
|
#- "0.11"
|
|
before_script:
|
|
- npm install -g grunt-cli
|
|
- curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash
|
|
notifications:
|
|
hipchat:
|
|
rooms:
|
|
secure: l5TTd5JuPAW883PtcyaIBcJI9Chr9JpsZPQAEUBKAgIEwzuS6y7t5arlkS1PwH6gi1FADzYDf+OXSIou4GkTSrIetnBcT/SAgF0gBKgIhj+eRkuCfZ4VaC7BPhfZ0hgYRE+5Ejf5BM2MJafRm0pj7OlqG4xKrQZwtuV1te5r3JY=
|
|
irc: "chat.freenode.net#videojs"
|
|
addons:
|
|
sauce_connect:
|
|
username: "sheff555"
|
|
access_key: "d04372cc-0fc3-4e59-aa02-3cfd9df03240"
|
|
|