We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60390a commit 1c05fddCopy full SHA for 1c05fdd
1 file changed
.travis.yml
@@ -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