Skip to content

Commit e50621f

Browse files
committed
Fix bad syntax on the documentation stage of the .travis.yml.
1 parent a2804bf commit e50621f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ jobs:
6969
- sudo apt-get install -y python3.7 python3-pip python3-setuptools
7070
- pip3 install --upgrade pip
7171
- pip3 install --user matplotlib
72-
- julia --project=docs -e 'using Pkg; Pkg.instantiate(); \
73-
Pkg.add(PackageSpec(path=pwd()));'
72+
- julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.add(PackageSpec(path=pwd()));'
7473
- julia --project=docs -e 'using Pkg; Pkg.build("PyCall");'
7574
script:
7675
- julia --project=docs --color=yes docs/make.jl

0 commit comments

Comments
 (0)