.travis.yml: typo fix
This commit is contained in:
parent
c5f953eb95
commit
2dcf5827b1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue