ICU-20066 fixup .travis.yml (#160)
* ICU-20066 fixup .travis.yml - correct typo from 518f10b7a90a7bca1dd554601a681ba9f341f583 - 859d6090dc1feee160e870e8ef3d39197a98e1d9 added a PR template that needed exclusion
This commit is contained in:
parent
e5bca0c9f7
commit
5e5b4b3bab
@ -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…
Reference in New Issue
Block a user