Skip to content

Commit fa767ed

Browse files
committed
tset ci
1 parent 2a789de commit fa767ed

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@ script:
1313
- npm run build
1414

1515
after_script:
16-
- git remote show origin
1716
- cd ./example-dist
1817
- git init
1918
- git remote add origin "https://${GH_TOKEN}@${GH_REF}"
20-
- git remote show origin
2119
- git checkout -b gh-pages
22-
- git pull origin gh-pages
2320
- git branch
2421
- git config user.name "leezng"
2522
- git config user.email "[email protected]"

0 commit comments

Comments
 (0)