mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
move the env into the matrix include
This commit is contained in:
parent
5c5acc0249
commit
e0ea1e09b3
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,5 @@
|
|||
language: python
|
||||
|
||||
env:
|
||||
- CCACHE=/usr/bin/ccache
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
|
@ -17,6 +14,7 @@ matrix:
|
|||
- .cargo
|
||||
- .servo
|
||||
- $HOME/.ccache
|
||||
env: CCACHE=/usr/bin/ccache
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue