]> andersk Git - libyaml.git/commitdiff
Fix problems in CI failures (travis and semaphore)
authorIngy döt Net <ingy@ingy.net>
Sat, 6 Jan 2018 08:03:42 +0000 (00:03 -0800)
committerIngy döt Net <ingy@ingy.net>
Sat, 6 Jan 2018 22:39:12 +0000 (14:39 -0800)
In the Makefile.am, switched out the fetch (which can have auth problems
in certain envs) with a simple branch per @perlpunk++'s suggestion.

With the new test branches, travis had a problem in that it only clones
one branch and we need the other branch refs to be available. Fixed this
by fetching the other branch refs. I also cleaned up the travis YAML
file.

The Ubuntu 14.04 docker image (used by semaphoreci) had an older git,
without the worktree command, so I made it install the latest git from a
ppa.

Renamed tests/run-tests.sh to tests/run-all-tests.sh for tab completion
conflict reasons.


No differences found
This page took 0.118093 seconds and 5 git commands to generate.