Skip to content

Commit 382b552

Browse files
committed
Restrict Julia to 1.0, because Unitful 0.14.0 not supported for Julia 0.6
1 parent fd5025a commit 382b552

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ os:
77
julia:
88
- 1.0
99
# - 0.7
10-
- 0.6
10+
# - 0.6
1111

1212
#before_install:
1313
# - (sudo apt-get -qq update && sudo apt-get install -y python3 python3-matplotlib)

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
julia 0.6
1+
julia 1.0
22
DataStructures
33
JSON
44
ModiaMath 0.3.0

0 commit comments

Comments
 (0)