Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1d541ec

Browse files
committedJun 25, 2020
Add a simple travis config
1 parent 2627c86 commit 1d541ec

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
os: linux
2+
dist: bionic
3+
4+
language: c
5+
6+
install:
7+
- make build-deps
8+
9+
script:
10+
- make

0 commit comments

Comments
 (0)
Please sign in to comment.