Skip to content

Commit 13f0a4b

Browse files
committed
Add Travis CI.
Do some basic Ruby and XML syntax validation.
1 parent 1c96c5b commit 13f0a4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
script:
2+
- xmllint --valid *.plist */*.tm* >/dev/null
3+
- ruby -c */*/*.rb

0 commit comments

Comments
 (0)