There was an error while loading. Please reload this page.
1 parent 015f960 commit 6bfa334Copy full SHA for 6bfa334
.travis.yml
@@ -0,0 +1,11 @@
1
+language: c
2
+sudo: false
3
+compiler:
4
+ - gcc
5
+ - clang
6
+
7
+branches:
8
+ only:
9
+ - master
10
11
+script: make && ./unit
0 commit comments