diff options
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3fc9f4de..1fb7f227 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,6 +48,9 @@ install: - make check - cd .. +script: + - echo "done" + notifications: #email: # recipients: |
