Skip to content

Commit 1c05fdd

Browse files
committed
Adding a simple .travis.yml file
1 parent c60390a commit 1c05fdd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: c
2+
3+
matrix:
4+
include:
5+
- os: linux
6+
compiler: gcc
7+
8+
script:
9+
- cd ${TRAVIS_BUILD_DIR}
10+
- make
11+
- make test

0 commit comments

Comments
 (0)