Browse Source

add travis.yml

Ivan Avdeev 6 years ago
parent
commit
1f0dc92644
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -0,0 +1,5 @@
+language: c
+script: make
+compiler:
+  - clang
+  - gcc