We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd99f8f commit 1668e72Copy full SHA for 1668e72
1 file changed
.travis.yml
@@ -1,5 +1,5 @@
1
language: python
2
-dist: bionic
+dist: focal
3
matrix:
4
include:
5
- python: 3.7
@@ -17,7 +17,7 @@ after_success:
17
- bash ci/upload_coveralls.sh
18
cache:
19
directories:
20
- - $HOME/nest-3.0
21
- - $HOME/nrn-8.0.0
22
- - $HOME/build/nest-3.0
+ - $HOME/nest-simulator-3.3
+ - $HOME/nrn-8.1
+ - $HOME/build/nest-simulator-3.3
23
- $HOME/.cache/pip
0 commit comments