Skip to content

Commit 3bc2df2

Browse files
committed
Add SchattenNorms dependency to script.
1 parent f555ba9 commit 3bc2df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ notifications:
77
# custom script to grab the unregistered ExpmV and QuantumInfo packages
88
script:
99
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
10-
- julia -e 'Pkg.clone("https://github.com/marcusps/ExpmV.jl.git"); Pkg.clone("https://bitbucket.org/marcusps/quantuminfo.jl.git", "QuantumInfo")'
10+
- julia -e 'Pkg.clone("https://github.com/marcusps/ExpmV.jl.git"); Pkg.clone("https://github.com/BBN-Q/SchattenNorms.jl.git"); Pkg.clone("https://bitbucket.org/marcusps/quantuminfo.jl.git", "QuantumInfo")'
1111
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("QSimulator"); Pkg.test("QSimulator"; coverage=true)'
1212

1313
# necessary to run on new container-based infrastructure

0 commit comments

Comments
 (0)