Skip to content

Commit

Permalink
change travis docs gen again #2
Browse files Browse the repository at this point in the history
  • Loading branch information
cormullion committed Aug 17, 2018
1 parent 5e0d85e commit 4bc24bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
julia: 0.7
os: linux
script:
- julia -e 'import Pkg; Pkg.build("Colors")'
- julia -e 'import Pkg; Pkg.build("Luxor")'
- julia -e 'import Pkg; Pkg.add("Colors"); Pkg.build("Colors")'
- julia -e 'import Pkg; Pkg.add("Luxor"); Pkg.build("Luxor")'
- julia -e 'import Pkg; Pkg.add("Documenter")'
- julia -e 'import Luxor; include("docs/make.jl")'
after_success:
Expand Down

0 comments on commit 4bc24bd

Please sign in to comment.