Create .travis.yml

This commit is contained in:
Stepfen Shawn 2020-05-05 09:56:03 +08:00 committed by GitHub
parent 496a306135
commit ac13ada884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.travis.yml Normal file
View File

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