We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983970e commit f248296Copy full SHA for f248296
.travis.yml
@@ -24,6 +24,10 @@ matrix:
24
- TARGET_OS=linux-armhf
25
- CROSS_TRIPLE=arm-linux-gnueabihf
26
- EXTRA_ARGS='-e SKIP_TESTS=1'
27
+ - env:
28
+ - TARGET_OS=linux-arm64
29
+ - CROSS_TRIPLE=aarch64-linux-gnu
30
+ - EXTRA_ARGS='-e SKIP_TESTS=1'
31
- env:
32
- TARGET_OS=win32
33
- CROSS_TRIPLE=i686-w64-mingw32
0 commit comments