Skip to content

Commit

Permalink
Modify travis.yml to make it work
Browse files Browse the repository at this point in the history
  • Loading branch information
tcorral committed Oct 27, 2013
1 parent 443ced8 commit 975d638
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = function(config) {
// - PhantomJS
// - IE (only Windows)
// CLI --browsers Chrome,Firefox,Safari
browsers: ['Chrome'],
browsers: ['PhantomJS'],

// If browser does not capture in given timeout [ms], kill it
// CLI --capture-timeout 5000
Expand All @@ -71,7 +71,8 @@ module.exports = function(config) {
'karma-chrome-launcher',
'karma-firefox-launcher',
'karma-junit-reporter',
'karma-coverage'
'karma-coverage',
'karma-phantomjs-launcher'
]
});
};

0 comments on commit 975d638

Please sign in to comment.