Skip to content

Commit

Permalink
添加名称
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexb committed Sep 7, 2017
1 parent a1b9858 commit 377c909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.sauce.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ if (!process.env.BROWSER_STACK_USERNAME || !process.env.BROWSER_STACK_ACCESS_KEY

var project = 'xpath' + (process.env.TRAVIS_PULL_REQUEST === 'true' ? '-pr' : '');

console.log('buld project => ' + project, process.env.TRAVIS_PULL_REQUEST);
console.log('buld project => ' + project, process.env.TRAVIS_PULL_REQUEST, typeof process.env.TRAVIS_PULL_REQUEST);

module.exports = function (config) {
const options = Object.assign(base(config), {
Expand Down

0 comments on commit 377c909

Please sign in to comment.