mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 15:42:14 +00:00
ICU-20066 fixup .travis.yml (#160)
* ICU-20066 fixup .travis.yml - correct typo from518f10b7a9
-859d6090dc
added a PR template that needed exclusion
This commit is contained in:
parent
e5bca0c9f7
commit
5e5b4b3bab
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
# git stuff
|
||||
# .git is ignored by code.
|
||||
#.git/*
|
||||
.github/*
|
||||
.gitignore
|
||||
.gitattributes
|
||||
.travis.yml
|
||||
|
|
|
@ -71,6 +71,6 @@ matrix:
|
|||
- cd icu4c/source && CPPFLAGS="-fsanitize=thread" LDFLAGS="-fsanitize=thread" ./runConfigureICU --enable-debug --disable-release Linux --disable-renaming && make -j2 check
|
||||
|
||||
# copyright scan / future linter
|
||||
- name "lint"
|
||||
- name: "lint"
|
||||
script:
|
||||
- perl tools/scripts/cpysearch/cpyscan.pl
|
||||
|
|
Loading…
Add table
Reference in a new issue