Skip to content

Commit 631464c

Browse files
authored
Use OrderedCollections.jl and update to appveyor (#77)
1 parent 9a52e67 commit 631464c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
julia 0.7
2-
DataStructures 0.8
2+
OrderedCollections 0.1

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ platform:
1010

1111
## uncomment the following lines to allow failures on nightly julia
1212
## (tests will run but not make your overall status red)
13-
#matrix:
14-
# allow_failures:
15-
# - julia_version: latest
13+
matrix:
14+
allow_failures:
15+
- julia_version: latest
1616

1717
branches:
1818
only:

src/Parameters.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ c = BB.c
4242
"""
4343
module Parameters
4444
import Base: @__doc__
45-
import DataStructures: OrderedDict
45+
import OrderedCollections: OrderedDict
4646

4747
export @with_kw, @with_kw_noshow, type2dict, reconstruct, @unpack, @pack!
4848

0 commit comments

Comments
 (0)