Enable travis caching
This commit is contained in:
parent
edd0b3b824
commit
28c91795c3
@ -1,7 +1,11 @@
|
|||||||
language: scala
|
language: scala
|
||||||
# run on new infrastructure
|
# run on new infrastructure
|
||||||
sudo: false
|
sudo: false
|
||||||
cache: apt
|
cache:
|
||||||
|
apt: true
|
||||||
|
directories:
|
||||||
|
$HOME/.ivy2
|
||||||
|
regression/install
|
||||||
# packages needed to build riscv-tools
|
# packages needed to build riscv-tools
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
Loading…
Reference in New Issue
Block a user