diff options
author | Yann Collet <cyan@fb.com> | 2018-01-13 21:14:36 -0800 |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2018-01-13 21:14:36 -0800 |
commit | 8e50feca142679a35996d54d55d3e2bc2e17638b (patch) | |
tree | e44c5e108c7b39ce6b127a0abdeeb1970e81080e /.travis.yml | |
parent | 151a50e16e558b9619b979ef1c0a525acc13ed92 (diff) | |
download | lz4-8e50feca142679a35996d54d55d3e2bc2e17638b.tar.gz lz4-8e50feca142679a35996d54d55d3e2bc2e17638b.tar.bz2 lz4-8e50feca142679a35996d54d55d3e2bc2e17638b.zip |
minor name update
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a9d7049..be13756 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ env: addons: coverity_scan: project: - name: "Cyan4973/lz4" + name: "lz4/lz4" description: "Build submitted via Travis CI" notification_email: yann.collet.73@gmail.com build_command_prepend: "make clean" |