Skip to content

Commit

Permalink
增加自动化构建逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
Taoja committed Jan 21, 2019
1 parent 90b36af commit 72e8770
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ install:
os:
- linux

script:
- npm run build
- ls
- git add dist/vuti.min.js -f
- git commit -m "auto deploy"
- git fetch
- git checkout --track origin/master
- git branch
- git checkout master
- git push -u origin master

jobs:
include:
- stage: npm release
Expand Down

0 comments on commit 72e8770

Please sign in to comment.