Skip to content

Commit d2e4ee8

Browse files
committed
added travis-ci
1 parent 7f6ed3c commit d2e4ee8

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: go
2+
go:
3+
- "1.14.x"
4+
- "1.15.x"
5+
- "1.16.x"
6+
- master
7+
notifications:
8+
email:
9+
on_success: never
10+
on_failure: always

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## program written in [GO](https://golang.org)
66

7+
[![Build Status](https://travis-ci.com/squeeze69/vcodec.svg?branch=master)](https://travis-ci.com/squeeze69/vcodec)
8+
79
Scan a RIFF file for the "vids" section, then exit with an error level 1 if the video codec is listed on the command line. The "heavy lift" is made by the image/riff library.
810

911
i.e.:

0 commit comments

Comments
 (0)