mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-06-19 06:28:07 +00:00
Add Travis caching
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user