aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ead5d29..b47556a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@ matrix:
- os: linux
arch:
- amd64
- - arm64
compiler: gcc
addons:
apt:
@@ -24,6 +23,17 @@ matrix:
- libopenblas-dev
- os: osx
compiler: clang
+ - os: linux
+ arch:
+ - arm64
+ compiler: gcc
+ addons:
+ apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ packages:
+ - libgsl-dev
+ - libopenblas-dev
script:
- echo $MATRIX_EVAL
- eval "${MATRIX_EVAL}"