Skip to content

Commit

Permalink
Fix .travis-ci.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachnid committed Jun 7, 2018
1 parent 3406f36 commit 5398585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5398585

Please sign in to comment.