diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-10-22 20:54:12 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-10-22 20:54:12 +0200 |
commit | d722e3709ca6a2313958a8f4779c7aa2747db063 (patch) | |
tree | a3d8c9689d92bfd46b22863f44686657adea97a5 /.travis.yml | |
parent | 109884dd667eafdd751692800de74a87f0df3750 (diff) | |
download | weechat-d722e3709ca6a2313958a8f4779c7aa2747db063.zip |
Rename script build.sh to build-test.sh
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 c5078d386..9afe62a54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ before_script: - sudo pip install msgcheck pylint script: - - ./tools/build.sh + - ./tools/build-test.sh - msgcheck po/*.po - pylint doc/docgen.py |