Skip to content

Commit

Permalink
 去掉adding
Browse files Browse the repository at this point in the history
  • Loading branch information
qitmac000408 authored and qitmac000408 committed May 25, 2017
1 parent c462564 commit 57de4ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ addons:
apt:
packages:
- oracle-java8-set-default
chrome: stable

cache:
directories:
Expand Down
7 changes: 3 additions & 4 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,8 @@ module.exports = function (config) {

},
Chrome_travis_ci: {
// base: 'WebDriverio',
// browserName: 'chrome',
base: 'Chrome',
flags: ['--no-sandbox'],
base: 'WebDriverio',
browserName: 'chrome',
name: 'Karma'
}
},
Expand All @@ -141,6 +139,7 @@ module.exports = function (config) {
}

if (process.env.TRAVIS) {
console.log('====')
configuration.browsers = [
'Chrome_travis_ci'
]
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ cli

```
npm install selenium-standalone
seleniumstandalone install --config=./s.js
seleniumstandalone start
selenium-standalone install --config=./s.js
selenium-standalone start
//另开窗口
npm run build
Expand Down

0 comments on commit 57de4ec

Please sign in to comment.