Skip to content

Commit a8a0afa

Browse files
authored
debug
1 parent dca4cf8 commit a8a0afa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ cache:
1010
script:
1111
- npm i -g typings
1212
- typings install
13+
- tsc --version
1314
- npm run transpile
15+
- ls -l
16+
- ls -l lib
1417

1518
deploy:
1619
provider: npm
1720
1821
api_key: $NPM_API_KEY
1922
on:
2023
tags: true
21-
repo: router-async/hook-redux
24+
repo: router-async/hook-redux

0 commit comments

Comments
 (0)