Skip to content

Commit ab233d3

Browse files
committed
ci: add travis ci
1 parent 1160979 commit ab233d3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: sh
2+
3+
os:
4+
- linux
5+
6+
before_script:
7+
- sudo apt-get -y update
8+
- sudo apt-get -y install shellcheck
9+
10+
script:
11+
- shellcheck git-recover
12+
13+
notifications:
14+
email: false
15+
16+
branches:
17+
only:
18+
- master

0 commit comments

Comments
 (0)