diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-05-05 13:52:44 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-05-05 13:52:44 -0400 |
commit | b43e574fa6e7e99cc620603cd0b7a36e1d7376b1 (patch) | |
tree | 892f7ca58b80fa24621fd2a3b812148ad23581ba /.travis.yml | |
parent | 7e01028f866d669396ed459e48dbb6b56852bb44 (diff) |
cleanup
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index dfc38d4..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: c -compiler: - - gcc -script: make -notifications: - webhooks: - urls: - - https://webhooks.gitter.im/e/ec51097009f538278ab8 - on_success: change - on_failure: always - |