Skip to content

Commit 4b07f60

Browse files
committed
Enable build stages with Travis
1 parent a302474 commit 4b07f60

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ before_install:
1010
- docker build -t fidimag -f ./docker/travis/Dockerfile .
1111
- docker run -ti -d --name fidimag fidimag
1212

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
13+
jobs:
14+
- stage: Tests
15+
script: docker exec fidimag make test-basic
16+
- stage: Notebooks
17+
script:
18+
- while sleep 9m; do echo "===[ $SECONDS seconds still running ]===\n"; done &
19+
- docker exec fidimag make test-ipynb
20+
- kill %1
1821

1922
notifications:
2023
email:

0 commit comments

Comments
 (0)