added IRC
Showing
2 changed files
with
4 additions
and
7 deletions
... | @@ -7,10 +7,10 @@ before_script: | ... | @@ -7,10 +7,10 @@ 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 |
9 | notifications: | 9 | notifications: |
10 | hipchat: fa664f1eb0940506d8c511a791780e @ test room | 10 | hipchat: |
11 | rooms: | 11 | rooms: |
12 | secure: l5TTd5JuPAW883PtcyaIBcJI9Chr9JpsZPQAEUBKAgIEwzuS6y7t5arlkS1PwH6gi1FADzYDf+OXSIou4GkTSrIetnBcT/SAgF0gBKgIhj+eRkuCfZ4VaC7BPhfZ0hgYRE+5Ejf5BM2MJafRm0pj7OlqG4xKrQZwtuV1te5r3JY= | 12 | secure: l5TTd5JuPAW883PtcyaIBcJI9Chr9JpsZPQAEUBKAgIEwzuS6y7t5arlkS1PwH6gi1FADzYDf+OXSIou4GkTSrIetnBcT/SAgF0gBKgIhj+eRkuCfZ4VaC7BPhfZ0hgYRE+5Ejf5BM2MJafRm0pj7OlqG4xKrQZwtuV1te5r3JY= |
13 | 13 | irc: "chat.freenode.net#videojs" | |
14 | addons: | 14 | addons: |
15 | sauce_connect: | 15 | sauce_connect: |
16 | username: "sheff555" | 16 | username: "sheff555" | ... | ... |
... | @@ -79,15 +79,12 @@ module.exports = function(config) { | ... | @@ -79,15 +79,12 @@ module.exports = function(config) { |
79 | // web server port | 79 | // web server port |
80 | port: 9876, | 80 | port: 9876, |
81 | 81 | ||
82 | |||
83 | // cli runner port | 82 | // cli runner port |
84 | runnerPort: 9100, | 83 | runnerPort: 9100, |
85 | 84 | ||
86 | |||
87 | // enable / disable colors in the output (reporters and logs) | 85 | // enable / disable colors in the output (reporters and logs) |
88 | colors: true, | 86 | colors: true, |
89 | 87 | ||
90 | |||
91 | // level of logging | 88 | // level of logging |
92 | // possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG | 89 | // possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG |
93 | //logLevel: config.LOG_INFO, | 90 | //logLevel: config.LOG_INFO, | ... | ... |
-
Please register or sign in to post a comment