Skip to content

Commit 10eca01

Browse files
Merge pull request #3 from tkelman/patch-1
use Pkg.clone(pwd()), not cloning from master on travis
2 parents eb3c1d5 + e9aaaec commit 10eca01

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
@@ -10,7 +10,7 @@ notifications:
1010
email: false
1111
script:
1212
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
13-
- julia -e 'Pkg.init(); Pkg.clone("https://github.com/justindressel/QuantumBayesian"); Pkg.build("QuantumBayesian")'
13+
- julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.build("QuantumBayesian")'
1414
- julia -e 'Pkg.test("QuantumBayesian", coverage=true)'
1515
after_success:
1616
# push coverage results to Coveralls

0 commit comments

Comments
 (0)