Skip to content

Commit 1e1ff4e

Browse files
committed
Make travis to ls -al
1 parent 7a91eff commit 1e1ff4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ script:
1010
- "go test -v ./..."
1111
before_deploy:
1212
- "go version"
13+
- "ls -al"
1314
- "python3 ./build.py -id"
1415
deploy:
1516
provider: releases

0 commit comments

Comments
 (0)