nirum-lang / nirum-python

The Nirum runtime library for Python
https://nirum.org/docs/target/python.html
MIT License
8 stars 9 forks source link

Generate fixture code rather than vendor it #90

Closed dahlia closed 7 years ago

dahlia commented 7 years ago
kanghyojun commented 7 years ago

Nice works! but CI was failed due to skipping [changelog skip].

The command "if [[ "$TRAVIS_COMMIT_MESSAGE" = *'[changelog skip]'* ]]; then

i think asterisk is the problem.

dahlia commented 7 years ago

@admire93 The build was failed because Travis ran a build on an implicit merge commit it made and the commit message was random. Anyway I fixed it by changing it to use git show "$TRAVIS_COMMIT_RANGE" instead of "$TRAVIS_COMMIT_MESSAGE".