This commit is contained in:
Sébastien Crozet 2019-08-13 10:05:39 +02:00 committed by GitHub
parent 0384268bd4
commit bedb5dc963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ addons:
apt: apt:
packages: packages:
- gfortran - gfortran
- libblas3gf - libblas-dev
- liblapack3gf - liblapack-dev
script: script:
- rustc --version - rustc --version
- cargo --version - cargo --version