Skip to content

Commit

Permalink
Merge pull request #25 from Liozou/master
Browse files Browse the repository at this point in the history
Upgrade to 1.0
  • Loading branch information
tlnagy committed Aug 12, 2018
2 parents acf298f + ba7ffdc commit df352ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ os:
- osx
julia:
- 0.7
- 1.0
- nightly
notifications:
email: false
Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
julia 0.7.0-beta2
julia 0.7
Distances
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using Test
using Random
using Statistics

srand(100)
Random.seed!(100)
xs = 10 .* rand(100)
ys = sin.(xs) .+ 0.5 * rand(100)

Expand Down

0 comments on commit df352ae

Please sign in to comment.