We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fd20d commit afd5ed5Copy full SHA for afd5ed5
.travis.yml
@@ -1,8 +1,10 @@
1
language: julia
2
julia:
3
- - 0.6.0
4
- - 0.6.1
5
- - 0.6.2
+ - 0.7.0
+ - 1.0.0
+ - 1.0.1
6
+ - 1.0.2
7
+ - 1.0.3
8
before_install:
9
- pip install --user codecov
10
after_success:
REQUIRE
@@ -1,3 +1,3 @@
-julia 0.6.0
-ForwardDiff 0.5.0
-StatsBase 0.19.2
+julia 0.7
+ForwardDiff 0.10.1
+StatsBase 0.26.0
0 commit comments