Skip to content

Commit 2300181

Browse files
committed
Attempt 3 at Travis build stages
1 parent d6f9852 commit 2300181

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ before_install:
1111
- docker run -ti -d --name fidimag fidimag
1212

1313
jobs:
14-
- stage: Tests
15-
script: make test-docker
16-
- stage: Notebooks
17-
script: make ipynb-docker
14+
include:
15+
- stage: Tests
16+
script: make test-docker
17+
- stage: Notebooks
18+
script: make ipynb-docker
1819

1920
notifications:
2021
email:

0 commit comments

Comments
 (0)