mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +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
|
language: python
|
||||||
|
|
||||||
env:
|
|
||||||
- CCACHE=/usr/bin/ccache
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
|
@ -17,6 +14,7 @@ matrix:
|
||||||
- .cargo
|
- .cargo
|
||||||
- .servo
|
- .servo
|
||||||
- $HOME/.ccache
|
- $HOME/.ccache
|
||||||
|
env: CCACHE=/usr/bin/ccache
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue