Create .travis.yml

This commit is contained in:
EmilieNumworks
2017-08-29 11:07:21 +02:00
committed by GitHub
parent fe1e6949df
commit a3c3b0bfa9

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
language: cpp
compiler:
- clang
- gcc
os:
- linux
script: make app.elf && make test.elf