Skip to content

Commit

Permalink
for Distributions v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tawheeler committed Oct 2, 2016
1 parent 20e7109 commit 335d3cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ before_install:
- sudo apt-get install git
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.checkout("Distributions"); Pkg.test("BayesNets"; coverage=true)'
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.test("BayesNets"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("BayesNets")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
julia 0.4
Compat 0.9.2
Distributions 0.10.0
Distributions 0.11.0
Discretizers 0.3.0
Iterators 0.1.9
LightGraphs 0.6.0
Expand Down

0 comments on commit 335d3cc

Please sign in to comment.