Skip to content

Commit

Permalink
Possibly fix some travis stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
zpl-zak committed Aug 3, 2019
1 parent 852b6c0 commit 55b38fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: c

after_failure:
- curl -v -H User-Agent:bot -H Content-Type:application/json -d '{"content":"**zpl** started the fire! :negative_squared_cross_mark: <https://youtu.be/_qxZOB9GxQM?t=209>"}' https://discordapp.com/api/webhooks/$DISCORD_WEBHOOK_CHANNEL_ID/$DISCORD_WEBHOOK_TOKEN
- curl -v -H User-Agent:bot -H Content-Type:application/json -d '{"content":"**zpl** started the fire! :negative_squared_cross_mark: \<https://youtu.be/_qxZOB9GxQM?t=209\>"}' https://discordapp.com/api/webhooks/$DISCORD_WEBHOOK_CHANNEL_ID/$DISCORD_WEBHOOK_TOKEN

after_success:
- curl -v -H User-Agent:bot -H Content-Type:application/json -d '{"content":"**zpl** build went fine! :white_check_mark: <https://youtu.be/oN5gFLK96Sg?t=85>"}' https://discordapp.com/api/webhooks/$DISCORD_WEBHOOK_CHANNEL_ID/$DISCORD_WEBHOOK_TOKEN
#- curl -s https://codecov.io/bash
- curl -v -H User-Agent:bot -H Content-Type:application/json -d '{"content":"**zpl** build went fine! :white_check_mark: \<https://youtu.be/oN5gFLK96Sg?t=85\>"}' https://discordapp.com/api/webhooks/$DISCORD_WEBHOOK_CHANNEL_ID/$DISCORD_WEBHOOK_TOKEN
- curl -s https://codecov.io/bash

script:
- mkdir -p build
Expand All @@ -15,4 +15,4 @@ script:
- clang -g -std=c99 $INCLUDES test/build-test.c $LINKER -o build/test-clang-c.o
- g++ -g -std=c++11 $INCLUDES test/build-test.cpp $LINKER -o build/test-gpp-cpp.o
- clang++ -g -std=c++11 $INCLUDES test/build-test.cpp $LINKER -o build/test-clang-cpp.o
#- gcov test/build-test.c
- gcov test/build-test.c

0 comments on commit 55b38fc

Please sign in to comment.