Skip to content

Commit f048b26

Browse files
authored
Merge pull request #1 from ethomson/ethomson/travis
ci: add travis ci
2 parents 1160979 + ab233d3 commit f048b26

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)