Skip to content

Commit

Permalink
replace placeholder text with actual package name
Browse files Browse the repository at this point in the history
  • Loading branch information
tlnagy committed Nov 22, 2016
1 parent 370e897 commit 520e3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ script:
- julia -e 'Pkg.clone(pwd()); Pkg.build("Crispulator"); Pkg.test("Crispulator")';
after_success:
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("PACKAGE_NAME")); include(joinpath("docs", "make.jl"))'
- julia -e 'cd(Pkg.dir("Crispulator")); include(joinpath("docs", "make.jl"))'

0 comments on commit 520e3ae

Please sign in to comment.