aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEnno Boland <eb@s01.de>2014-11-07 16:02:41 +0000
committerEnno Boland <eb@s01.de>2014-11-07 17:01:43 +0000
commitab7042a8605baae7a8445c2e8334477d6e8103d8 (patch)
tree497ed1bd278a4e734f0fe24e5ba8f8bffdee51ad /.travis.yml
parent2dcf5827b1797379f16bd6ed1fcbda2081b3b6dd (diff)
downloadvoid-packages-ab7042a8605baae7a8445c2e8334477d6e8103d8.tar
void-packages-ab7042a8605baae7a8445c2e8334477d6e8103d8.tar.gz
void-packages-ab7042a8605baae7a8445c2e8334477d6e8103d8.tar.bz2
void-packages-ab7042a8605baae7a8445c2e8334477d6e8103d8.tar.lz
void-packages-ab7042a8605baae7a8445c2e8334477d6e8103d8.tar.xz
void-packages-ab7042a8605baae7a8445c2e8334477d6e8103d8.tar.zst
void-packages-ab7042a8605baae7a8445c2e8334477d6e8103d8.zip
.travis.yml: typo fix
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 35ab034ea19..fe9c8dc36a3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ before_script:
- git clone git://github.com/chneukirchen/xtools.git xtools
script:
- - echo "Checking: $TRAVIS_COMMIT_RANGE"
+ - echo "Checking $TRAVIS_COMMIT_RANGE"
- git diff --name-status -- "$TRAVIS_COMMIT_RANGE" > __changed_files
- cat __changed_files
- grep "^[AM].*srcpkgs/[^/]*/template$" __changed_files | awk '{print $2}' | tee __changed_templates