You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+3
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ cache:
11
11
directories:
12
12
- $HOME/.cache # cython cache
13
13
- $HOME/.ccache # compiler cache
14
+
14
15
env:
15
16
global:
16
17
# create a github personal access token
@@ -35,6 +36,8 @@ matrix:
35
36
- arch: arm64
36
37
env:
37
38
- JOB="3.7" ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard)"
39
+
services:
40
+
- xvfb
38
41
39
42
- env:
40
43
- JOB="3.6, locale" ENV_FILE="ci/deps/travis-36-locale.yaml" PATTERN="((not slow and not network and not clipboard) or (single and db))" LOCALE_OVERRIDE="zh_CN.UTF-8" SQL="1"
0 commit comments