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 a302474 commit 4b07f60Copy full SHA for 4b07f60
.travis.yml
@@ -10,11 +10,14 @@ before_install:
10
- docker build -t fidimag -f ./docker/travis/Dockerfile .
11
- docker run -ti -d --name fidimag fidimag
12
13
-script:
14
- - while sleep 9m; do echo "=====[ $SECONDS seconds still running ]====="; done &
15
- - docker exec fidimag make test-basic
16
- - docker exec fidimag make test-ipynb
17
- - kill %1
+jobs:
+ - stage: Tests
+ script: docker exec fidimag make test-basic
+ - stage: Notebooks
+ script:
18
+ - while sleep 9m; do echo "===[ $SECONDS seconds still running ]===\n"; done &
19
+ - docker exec fidimag make test-ipynb
20
+ - kill %1
21
22
notifications:
23
email:
0 commit comments