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
ac6c5fe5
authored
2014-03-13 16:44:45 -0400
by
Parul Sharma
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
change grunt task to karma:saucelabs and remove qunit
1 parent
98f98dfd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
Gruntfile.js
Gruntfile.js
View file @
ac6c5fe
...
...
@@ -119,9 +119,10 @@ module.exports = function(grunt) {
},
dev
:
{
browsers
:
[
'Chrome'
,
'Safari'
,
'Firefox'
,
'Opera'
,
'IE'
,
'PhantomJS'
,
'ChromeCanary'
],
configFile
:
'test/localkarma.conf.js'
,
autoWatch
:
true
browsers
:
[
'Chrome'
,
'Safari'
,
'Firefox'
,
'Opera'
,
'IE'
,
'PhantomJS'
,
'ChromeCanary'
],
configFile
:
'test/localkarma.conf.js'
,
autoWatch
:
true
},
chromecanary
:
{
...
...
@@ -259,8 +260,7 @@ module.exports = function(grunt) {
'concat'
,
'uglify'
]);
grunt
.
registerTask
(
'test'
,
[
'manifests-to-js'
,
'qunit'
,
'karma'
]);
grunt
.
registerTask
(
'test'
,
[
'manifests-to-js'
,
'karma:saucelabs'
]);
// travis build task
grunt
.
registerTask
(
'build:travis'
,
[
'jshint'
,
'test:node'
,
'test:sauce-browser'
]);
...
...
Please
register
or
sign in
to post a comment