Skip to content

Commit 4562f89

Browse files
committed
Try to move Travis CI to Bionic
Move Travis CI to Xenial Adds more Travis CI debug Reverts 9f17ef3... Attempts to fix Travis issues Try Xenial, see of that works Try Xenial, see of that works Adds more Travis dependencies Solves the issues with Travis' missing dependencies
1 parent ef44a73 commit 4562f89

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@ language: python
33
os:
44
- linux
55

6+
dist:
7+
- xenial
8+
69
python:
7-
- "3.5"
10+
- "3.7"
811

912
install:
1013
- pip install .
1114
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
12-
- echo "deb https://cran.r-project.org/bin/linux/ubuntu/ trusty-cran35/" | sudo tee -a /etc/apt/sources.list
15+
- echo "deb https://cran.r-project.org/bin/linux/ubuntu/ xenial-cran35/" | sudo tee -a /etc/apt/sources.list
1316
- sudo apt-get update
14-
- sudo apt-get install -y r-base libcurl4-openssl-dev libssl-dev
17+
- sudo apt-get install -y r-base libcurl4-openssl-dev libssl-dev gfortran liblapack-dev libblas-dev
1518

1619
# Run tests
1720
script:

0 commit comments

Comments
 (0)