Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shipengcheng1230 committed Apr 23, 2020
1 parent bcf1ceb commit 3074b10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
# - conda update -q conda
# - conda info -a
script:
- julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd())); Pkg.build("GmshTools")'
- julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()));'
- julia --project=docs -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/shipengcheng1230/Gmsh_SDK_jll.jl"))'
- julia --project=docs --color=yes docs/make.jl
after_success: skip

0 comments on commit 3074b10

Please sign in to comment.