Skip to content

Commit

Permalink
fix travis typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewware committed Jan 24, 2019
1 parent bb10555 commit 5ae94ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ matrix:
notifications:
email: false
# uncomment the following lines to override the default test script
#script:
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'using Pkg; Pkg.add(PackageSpec(url=pwd())); Pkg.develop("RandomQuantum"); Pkg.develop("QuantumInfo"); Pkg.build("QuantumTomography"); Pkg.test("QuantumTomography"; coverage=true)'

Expand Down

0 comments on commit 5ae94ef

Please sign in to comment.