Skip to content

Commit

Permalink
Disable travis email notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
LefterisJP committed Jun 9, 2016
1 parent 3ea5350 commit 7f19fce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
sudo: required
dist: trusty

notifications:
email: false

before_install:
# for g++4.8 and C++11
Expand All @@ -13,4 +15,4 @@ before_install:
- sudo apt-get update -y -qq
- sudo apt-get install -yqq solc

script: cd tests && ./test.py --compile-test
script: cd tests && ./test.py --compile-test

0 comments on commit 7f19fce

Please sign in to comment.