Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng authored Feb 8, 2019
1 parent 72458a9 commit 05e7f13
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ install:

script:
- npm run docs:build
- $(npm bin)/macaca-ecosystem push --cwd ./docs_dist --branch gh-pages
- cd ./docs_dist
- git init
- git add --all .
- git commit -m "Travis CI Auto Builder"
- git push --quiet --force https://[email protected]/macacajs/reliable.git master:gh-pages
- cd ..
- MYSQL_PORT=13306 npm run ci

after_script:
Expand Down

0 comments on commit 05e7f13

Please sign in to comment.