fix travis

This commit is contained in:
CismonX 2019-03-24 19:00:13 +08:00
parent 86cb5d5ffa
commit a8bed9729a
1 changed files with 2 additions and 4 deletions

View File

@ -8,13 +8,11 @@ php:
- 7.2
- 7.3
env:
- ARMA_VERSION="9.300.2"
- ARMA_SRC="http://sourceforge.net/projects/arma/files/armadillo-${ARMA_VERSION}.tar.xz"
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
- export ARMA_VERSION="9.300.2"
- export ARMA_SRC="http://sourceforge.net/projects/arma/files/armadillo-${ARMA_VERSION}.tar.xz"
- wget $ARMA_SRC -O arma_src.tar.xz
- tar -Jxvf arma_src.tar.xz