Skip to content

Commit

Permalink
Merge pull request #5 from Arkoniak/playground
Browse files Browse the repository at this point in the history
travis fix
  • Loading branch information
Arkoniak authored Feb 11, 2020
2 parents ac37755 + 4c5fdaf commit f7152fd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ os:
julia:
- 1.0
- nightly
matrix:
jobs:
allow_failures:
- julia: nightly
fast_finish: true
notifications:
email: false
jobs:
include:
- stage: Documentation
julia: 1.0
Expand All @@ -22,3 +19,5 @@ jobs:
Pkg.instantiate();
include("docs/make.jl");'
after_success: skip
notifications:
email: false

0 comments on commit f7152fd

Please sign in to comment.