Skip to content

Commit 4fcb23d

Browse files
committed
test ci
1 parent e657e3e commit 4fcb23d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

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

1515
after_script:
16-
- git branch -r
17-
- git checkout -b gh-pages origin/gh-pages
16+
- git remote show origin
1817
- cd ./example-dist
1918
- git init
19+
- git remote show origin
20+
- git branch
2021
- git config user.name "leezng"
2122
- git config user.email "[email protected]"
2223
- git add .

0 commit comments

Comments
 (0)