Skip to content

Commit

Permalink
Fix Travis (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan authored Feb 12, 2020
1 parent 75fa835 commit e346dff
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,10 @@ os:

julia:
- 1.0
- 1.1
- 1.2
- 1.3
- 1.4
- nightly

# # Uncomment the following lines to allow failures on nightly julia
# # (tests will run but not make your overall status red)
# matrix:
# allow_failures:
# - julia: nightly

notifications:
email: false

Expand All @@ -28,6 +22,10 @@ after_success:
# - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())';

jobs:
# # Uncomment the following lines to allow failures on nightly julia
# # (tests will run but not make your overall status red)
# allow_failures:
# - julia: nightly
include:
- stage: "Documentation"
julia: 1.0
Expand Down

0 comments on commit e346dff

Please sign in to comment.