diff --git a/.travis.yml b/.travis.yml index 913f394..18bdf08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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