Skip to content

Commit

Permalink
chore(travis): adjust karma scripts to run with phantom on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Jul 25, 2015
1 parent 820ced8 commit b6a80f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cache:
notifications:
email: false
node_js:
- iojs
- '0.10'
before_install:
- npm i -g npm@^2.0.0
- npm install -g gulp
Expand Down
3 changes: 2 additions & 1 deletion test/conf/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ module.exports = function(config) {

// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: ['Chrome'],
// browsers: ['Chrome'],
browsers: ['PhantomJS'],

// test results reporter to use
// possible values: 'dots', 'progress'
Expand Down

0 comments on commit b6a80f7

Please sign in to comment.