diff options
author | Alexey Melnichuk <mimir@newmail.ru> | 2014-08-14 09:46:39 +0500 |
---|---|---|
committer | Alexey Melnichuk <mimir@newmail.ru> | 2014-08-14 09:50:15 +0500 |
commit | 9db234cc10a6db0247a9347dae8016cf7b527f38 (patch) | |
tree | 302cf264cd9483bd8920645aed54da11545c8fd3 | |
parent | c0552d59a4b82b7ee8cfaf0c08e1b7416fea61d1 (diff) | |
download | luafilesystem-9db234cc10a6db0247a9347dae8016cf7b527f38.tar.gz luafilesystem-9db234cc10a6db0247a9347dae8016cf7b527f38.tar.bz2 luafilesystem-9db234cc10a6db0247a9347dae8016cf7b527f38.zip |
Fix. Exclude some files from coveralls.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 316af68..a2a79b3 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -24,7 +24,7 @@ script: | |||
24 | - sudo lua test.lua | 24 | - sudo lua test.lua |
25 | 25 | ||
26 | after_success: | 26 | after_success: |
27 | - coveralls -b .. -r .. | 27 | - coveralls -b .. -r .. -E usr |
28 | 28 | ||
29 | notifications: | 29 | notifications: |
30 | email: | 30 | email: |