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