Removed email notifications

Added a notifications: clause to turn off email notifications, which are otherwise enabled by default.
ico
Adam Dunkels 2013-01-10 08:16:20 +01:00
parent 47c2b13db5
commit 76136a3ed3
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
notifications:
email: false
language: c #NOTE: this will set CC=gcc which might cause trouble
before_script:
- "sudo apt-get -qq update"