Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2bb5356c
authored
2014-01-07 12:45:04 -0500
by
Lee Whitaker
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix default npm test command to run everything required. Add hipchat notificati…
…ons for travisCI runs.
1 parent
03083aa4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
.travis.yml
package.json
.travis.yml
View file @
2bb5356
language
:
node_js
before_script
:
-
npm install -g grunt-cli
-
npm install -g grunt-cli
notifications
:
hipchat
:
rooms
:
secure
:
l5TTd5JuPAW883PtcyaIBcJI9Chr9JpsZPQAEUBKAgIEwzuS6y7t5arlkS1PwH6gi1FADzYDf+OXSIou4GkTSrIetnBcT/SAgF0gBKgIhj+eRkuCfZ4VaC7BPhfZ0hgYRE+5Ejf5BM2MJafRm0pj7OlqG4xKrQZwtuV1te5r3JY=
...
...
package.json
View file @
2bb5356
...
...
@@ -6,7 +6,7 @@
},
"license"
:
"Apache 2"
,
"scripts"
:
{
"test"
:
"grunt
qunit
"
"test"
:
"grunt"
},
"devDependencies"
:
{
"grunt-contrib-jshint"
:
"~0.6.0"
,
...
...
Please
register
or
sign in
to post a comment