vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 59a700680e851f32861c7c8306897fff0953fcde parent e43e85aa78a64e5d8159331c478bca7f9fa23613 Author: Marc André Tanner <mat@brain-dump.org> Date: Wed, 16 Nov 2016 10:37:58 +0100 build: cache external source tarballs on Travis CI Diffstat:
| M | .travis.yml | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -24,6 +24,13 @@ matrix: compiler: clang env: TARGET=debug +cache: + directories: + - $HOME/.cache/vis + +before_install: + - mkdir -p "$HOME/.cache/vis/sources" && mkdir dependency && ln -s "$HOME/.cache/vis/sources" dependency/sources + install: - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update &&