Fix .travis-ci.sh

This commit is contained in:
Nick Johnson 2018-06-07 15:14:33 +01:00
parent 3406f36c7a
commit 5398585fd5
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@ elif [[ $TASK = 'eip-validator' ]]; then
exit 1
fi
FILES="$(ls EIPS/*.md | egrep "^eip-[0-9]+.md$")"
FILES="$(ls EIPS/*.md | egrep "eip-[0-9]+.md")"
bundle exec eip_validator $FILES
fi