9 Commits

Author SHA1 Message Date
Filipe Silva
ba773bad55 ci: fix fetching master into master 2017-10-05 13:52:44 -04:00
Filipe Silva
133693c74f ci: use circleci workspaces 2017-10-05 10:18:30 -04:00
Filipe Silva
ff83b449de ci: fix branch comparison (#6247) 2017-05-15 17:29:57 -04:00
Filipe Silva
5905e9ab1c ci: fix commit check on branches 2017-05-08 14:51:39 +01:00
Hans Larsen
3a6699580f ci: remove the branch check from the commit validation 2017-05-03 17:20:31 -07:00
Hans Larsen
6015a03cc1 ci: fixes for validate-commit-message 2017-05-02 09:39:54 -07:00
Hans Larsen
646c1b0c38
fix: add support for branch-only commit message types. 2017-04-26 14:26:08 -07:00
Filipe Silva
48324d11cb test: fix commit message test for branches (#5004)
For travis runs on branches, local master never exists there's no branch
tracking origin/master.

This causes `git fetch origin master` to fetch into `FETCH_HEAD` instead
of master.

This PR will explicitely fetch origin master into local master, and use
that for the log comparison.
2017-03-03 15:24:28 +00:00
clydin
fd1296a357 test: validate commit messages (#4903) 2017-02-22 14:05:04 -08:00