Skip to content

Commit

Permalink
pkgname in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cecileane committed May 2, 2020
1 parent a347fdd commit f01e883
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 @@ -30,6 +30,6 @@ jobs:
script:
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate();
Pkg.develop(PackageSpec(path=pwd()));
Pkg.build("$name")'
Pkg.build("$pkgname")'
- julia --project=docs/ docs/make.jl
after_success: skip

0 comments on commit f01e883

Please sign in to comment.