We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb3c1d5 + e9aaaec commit 10eca01Copy full SHA for 10eca01
.travis.yml
@@ -10,7 +10,7 @@ notifications:
10
email: false
11
script:
12
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
13
- - julia -e 'Pkg.init(); Pkg.clone("https://github.com/justindressel/QuantumBayesian"); Pkg.build("QuantumBayesian")'
+ - julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.build("QuantumBayesian")'
14
- julia -e 'Pkg.test("QuantumBayesian", coverage=true)'
15
after_success:
16
# push coverage results to Coveralls
0 commit comments