We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0977f7 commit eb0722fCopy full SHA for eb0722f
docs/travis.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
if [ ${TRAVIS_OS_NAME} = "linux" ]; then
4
- julia -e 'Pkg.add("Documenter")';
5
- julia -e 'cd(Pkg.dir("ApproxFun")); include(joinpath("docs", "make.jl"))';
+ julia -e 'using Pkg; Pkg.add("Documenter")';
+ julia -e 'using Pkg; cd(Pkg.dir("ApproxFun")); include(joinpath("docs", "make.jl"))';
6
fi
0 commit comments