mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-19 22:57:51 +00:00
Add workaround for https://github.com/travis-ci/travis-ci/issues/5092
This commit is contained in:
parent
ddd89a787a
commit
96220cea12
@ -18,6 +18,8 @@ install:
|
||||
- bash --version
|
||||
- awk --version
|
||||
- npm install
|
||||
before_cache:
|
||||
- rm -f ./node_modules/.bin/which # <-- workaround for https://github.com/travis-ci/travis-ci/issues/5092
|
||||
cache:
|
||||
apt: true
|
||||
directories:
|
||||
|
Loading…
Reference in New Issue
Block a user