Skip to content

Commit

Permalink
Attempt 3 at Travis build stages
Browse files Browse the repository at this point in the history
  • Loading branch information
rpep committed Apr 5, 2019
1 parent d6f9852 commit 2300181
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ before_install:
- docker run -ti -d --name fidimag fidimag

jobs:
- stage: Tests
script: make test-docker
- stage: Notebooks
script: make ipynb-docker
include:
- stage: Tests
script: make test-docker
- stage: Notebooks
script: make ipynb-docker

notifications:
email:
Expand Down

0 comments on commit 2300181

Please sign in to comment.