Skip to content

Commit afd5ed5

Browse files
author
mauriciogtec
committed
#1 change REQUIRE and travis to julia 0.7+
1 parent f3fd20d commit afd5ed5

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: julia
22
julia:
3-
- 0.6.0
4-
- 0.6.1
5-
- 0.6.2
3+
- 0.7.0
4+
- 1.0.0
5+
- 1.0.1
6+
- 1.0.2
7+
- 1.0.3
68
before_install:
79
- pip install --user codecov
810
after_success:

REQUIRE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
julia 0.6.0
2-
ForwardDiff 0.5.0
3-
StatsBase 0.19.2
1+
julia 0.7
2+
ForwardDiff 0.10.1
3+
StatsBase 0.26.0

0 commit comments

Comments
 (0)