Skip to content

Commit

Permalink
Merge pull request #14 from BBN-Q/fix/travis_errors
Browse files Browse the repository at this point in the history
Fix/travis errors
  • Loading branch information
matthewware authored Jan 24, 2019
2 parents a02764b + 5ae94ef commit 3965306
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: julia
os:
- linux
- osx
julia:
- 0.7
- 1.0
Expand All @@ -10,9 +13,9 @@ 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 'Pkg.clone(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.build("QuantumTomography"); Pkg.test("QuantumTomography"; coverage=true)'

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

0 comments on commit 3965306

Please sign in to comment.