diff options
author | Santo Cariotti <sancn@live.com> | 2017-05-24 09:48:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-24 09:48:41 +0200 |
commit | fa8a737755e4f8f66f79e0e7686db9401bd3603d (patch) | |
tree | 1eda94e3a6bc5b34cb78ccc1ecc9d500bc0ac3c1 | |
parent | 8f203923ba6c0490fd5f2b974de6c9a2eeb07278 (diff) |
Create .travis.yml
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8e96a01 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +language: cpp +compiler: gcc |