mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-18 22:27:51 +00:00
Add Travis caching
This commit is contained in:
parent
2295da9233
commit
b4d16f5317
@ -17,6 +17,12 @@ install:
|
||||
fi
|
||||
- bash --version
|
||||
- awk --version
|
||||
- npm install
|
||||
cache:
|
||||
apt: true
|
||||
directories:
|
||||
- node_modules
|
||||
- .lanyon
|
||||
script: test/acceptance.sh
|
||||
deploy:
|
||||
skip_cleanup: true
|
||||
|
Loading…
Reference in New Issue
Block a user