Skip to content

Commit

Permalink
更改设计
Browse files Browse the repository at this point in the history
  • Loading branch information
qitmac000408 authored and qitmac000408 committed May 25, 2017
1 parent a92f8b3 commit 4f67f70
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ before_install:
- wget https://chromedriver.storage.googleapis.com/2.29/chromedriver_linux64.zip
- unzip chromedriver_linux64.zip
- wget http://selenium-release.storage.googleapis.com/3.3/selenium-server-standalone-3.3.1.jar
- java -jar selenium-server-standalone-3.3.1.jar
- sh -e /etc/init.d/xvfb start


install:
- npm install

before_script:
- java -jar selenium-server-standalone-3.3.1.jar
script:
- npm run build
14 changes: 12 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,14 +276,24 @@ ReactDOM.render(

cli


```
npm install selenium-standalone
selenium-standalone install --config=./s.js
selenium-standalone start
//另开窗口
npm run build
```
或者
//linux32可以改成mac, window
```
wget https://chromedriver.storage.googleapis.com/2.29/chromedriver_linux32.zip
unzip chromedriver_linux32.zip
wget http://selenium-release.storage.googleapis.com/3.3/selenium-server-standalone-3.3.1.jar
java -jar selenium-server-standalone-3.3.1.jar
//另开窗口
npm run build

``

0 comments on commit 4f67f70

Please sign in to comment.