Skip to content

Commit

Permalink
final for Julia v 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Sep 19, 2018
1 parent 26d3cb5 commit ce85d53
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
*eps
*jld
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ notifications:
email: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone("https://github.com/ZKSI/Cumulants.jl.git")'
- julia -e 'Pkg.clone(pwd())'
- julia -e 'Pkg.build("Cumulants"); Pkg.test("Cumulants"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("Cumulants")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
4 changes: 2 additions & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
julia 0.6
SymmetricTensors 0.3.2
julia 0.6 0.7-
SymmetricTensors 0.3.3 1.0.0-
Combinatorics
Distributions
Binary file added test/res/4_100000, 200000, 500000_60_nblocks.jld
Binary file not shown.
Binary file added test/res/4_100000_30, 40leeuw_cums.jld
Binary file not shown.
Binary file added test/res/4_100000_60_nblocks.jld
Binary file not shown.
Binary file added test/res/5_100000_60_nblocks.jld
Binary file not shown.

0 comments on commit ce85d53

Please sign in to comment.