Skip to content

Commit

Permalink
Develop Cliffords.jl until we have a compatible Julia v1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewware committed Jan 24, 2019
1 parent 3965306 commit 25e762f
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 @@ -15,7 +15,7 @@ notifications:
# uncomment the following lines to override the default test 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)'
- julia --check-bounds=yes -e 'using Pkg; Pkg.add(PackageSpec(url=pwd())); Pkg.develop("RandomQuantum"); Pkg.develop("QuantumInfo"); Pkg.develop("Cliffords"); Pkg.build("QuantumTomography"); Pkg.test("QuantumTomography"; coverage=true)'

# necessary to run on new container-based infrastructure
sudo: false

0 comments on commit 25e762f

Please sign in to comment.