Skip to content

Commit 1668e72

Browse files
committed
Try using "focal" image (20.04) on Travis, NEURON needs a newer version of cmake than available with "bionic" (18.04)
1 parent cd99f8f commit 1668e72

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: python
2-
dist: bionic
2+
dist: focal
33
matrix:
44
include:
55
- python: 3.7
@@ -17,7 +17,7 @@ after_success:
1717
- bash ci/upload_coveralls.sh
1818
cache:
1919
directories:
20-
- $HOME/nest-3.0
21-
- $HOME/nrn-8.0.0
22-
- $HOME/build/nest-3.0
20+
- $HOME/nest-simulator-3.3
21+
- $HOME/nrn-8.1
22+
- $HOME/build/nest-simulator-3.3
2323
- $HOME/.cache/pip

0 commit comments

Comments
 (0)