Skip to content

Commit

Permalink
Update .travis.yml (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
mit-mit committed Feb 26, 2019
1 parent 456990a commit aedad3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node_js:
- "node"
before_install:
- |
if git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE 'dartLangSpec.tex|.travis.yml'; then
if git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE 'dartLangSpec.tex|.travis.yml|dart.sty'; then
echo "dartLangSpex.tex wasn't changed; skipping spec PDF build"
exit 0
else
Expand Down

0 comments on commit aedad3c

Please sign in to comment.