Skip to content

Commit e657e3e

Browse files
committed
test ci
1 parent 5b3f792 commit e657e3e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- "iojs"
43
- "7"
54

65
cache:
@@ -14,11 +13,10 @@ script:
1413
- npm run build
1514

1615
after_script:
16+
- git branch -r
1717
- git checkout -b gh-pages origin/gh-pages
1818
- cd ./example-dist
19-
- git branch
2019
- git init
21-
- git branch
2220
- git config user.name "leezng"
2321
- git config user.email "[email protected]"
2422
- git add .

0 commit comments

Comments
 (0)