From: Steven R. Loomis Date: Thu, 20 Sep 2018 23:09:05 +0000 (-0700) Subject: ICU-20066 fixup .travis.yml (#160) X-Git-Tag: release-63-rc~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e5b4b3babc90fe65715aadba661068929d3d54e;p=icu ICU-20066 fixup .travis.yml (#160) * ICU-20066 fixup .travis.yml - correct typo from 518f10b7a90a7bca1dd554601a681ba9f341f583 - 859d6090dc1feee160e870e8ef3d39197a98e1d9 added a PR template that needed exclusion --- diff --git a/.cpyskip.txt b/.cpyskip.txt index c8b824262c4..19b74dafb92 100644 --- a/.cpyskip.txt +++ b/.cpyskip.txt @@ -10,6 +10,7 @@ # git stuff # .git is ignored by code. #.git/* +.github/* .gitignore .gitattributes .travis.yml diff --git a/.travis.yml b/.travis.yml index 126236042a4..1f8bdd70210 100644 --- a/.travis.yml +++ b/.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