Update .travis.yml
This commit is contained in:
parent
6a0497c3ed
commit
23290003f2
14
.travis.yml
14
.travis.yml
|
@ -282,20 +282,6 @@ matrix:
|
||||||
- gfortran
|
- gfortran
|
||||||
script:
|
script:
|
||||||
- travis_wait 45 make && make lapack-test
|
- travis_wait 45 make && make lapack-test
|
||||||
|
|
||||||
- &test-nothread-threads
|
|
||||||
os: linux
|
|
||||||
arch: arm64-graviton2
|
|
||||||
dist: focal
|
|
||||||
group: edge
|
|
||||||
virt: lxd
|
|
||||||
compiler: gcc
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- gfortran
|
|
||||||
script:
|
|
||||||
- travis_wait 45 make USE_THREAD=0 CPP_THREAD_SAFETY_TEST=1
|
|
||||||
|
|
||||||
# whitelist
|
# whitelist
|
||||||
branches:
|
branches:
|
||||||
|
|
Loading…
Reference in New Issue