Skip to content

Commit

Permalink
Merge pull request #117 from navidcy/patch-1
Browse files Browse the repository at this point in the history
Add missing "jobs: " line
  • Loading branch information
glwagner authored Sep 21, 2020
2 parents fe8519a + 834c4cf commit cea682c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ julia:
# allow_failures:
# - julia: nightly

jobs:
include:
- stage: "Documentation"
julia: 1.5
Expand Down

2 comments on commit cea682c

@navidcy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixed the docs!

@navidcy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps a new release at this point is in order ;)

Please sign in to comment.