Skip to content

Commit

Permalink
Use OrderedCollections.jl and update to appveyor (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro3 committed Sep 3, 2018
1 parent 9a52e67 commit 631464c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
@@ -1,2 +1,2 @@
julia 0.7
DataStructures 0.8
OrderedCollections 0.1
6 changes: 3 additions & 3 deletions appveyor.yml
Expand Up @@ -10,9 +10,9 @@ platform:

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

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion src/Parameters.jl
Expand Up @@ -42,7 +42,7 @@ c = BB.c
"""
module Parameters
import Base: @__doc__
import DataStructures: OrderedDict
import OrderedCollections: OrderedDict

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

Expand Down

0 comments on commit 631464c

Please sign in to comment.