Skip to content

Commit 1f98b31

Browse files
committed
Changed REQUIRE, .travis.yml files to support Julia 0.6
1 parent 382b552 commit 1f98b31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
julia 1.0
1+
julia 0.6
22
DataStructures
33
JSON
44
ModiaMath 0.3.0
55
StaticArrays
6-
Unitful v0.14.0
6+
Unitful

0 commit comments

Comments
 (0)