Commit df3df47d authored by Dr.李's avatar Dr.李

fixed travis

parent 95f794be
...@@ -6,11 +6,18 @@ python: ...@@ -6,11 +6,18 @@ python:
sudo: false sudo: false
addons: addons:
apt: apt:
source:
- ubuntu-toolchain-r-test
packages: packages:
- libblas-dev - libblas-dev
- liblapack-dev - liblapack-dev
- gcc - gfortran
- gfortran - g++-4.8
- gcc-4.8
env:
- MATRIX_EVAL="CC=gcc-4.8 && CXX=g++-4.8"
before_install:
- eval "${MATRIX_EVAL}"
install: install:
# We do this conditionally because it saves us some downloading if the # We do this conditionally because it saves us some downloading if the
# version is the same. # version is the same.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment