fix travis test build

This commit is contained in:
Robert Habermeier
2016-05-25 15:14:02 +02:00
parent 4c55e4968e
commit 7ee23240f0
2 changed files with 4 additions and 4 deletions

View File

@@ -19,6 +19,8 @@ ethcore = { path = "../ethcore" }
ethash = { path = "../ethash" }
ethsync = { path = "../sync" }
ethminer = { path = "../miner" }
ethjson = { path = "../json" }
ethcore-devtools = { path = "../devtools" }
rustc-serialize = "0.3"
transient-hashmap = "0.1"
serde_macros = { version = "0.7.0", optional = true }
@@ -29,10 +31,6 @@ json-ipc-server = { git = "https://github.com/ethcore/json-ipc-server.git" }
serde_codegen = { version = "0.7.0", optional = true }
syntex = "^0.32.0"
[dev-dependencies]
ethjson = { path = "../json" }
ethcore-devtools = { path = "../devtools" }
[features]
default = ["serde_codegen"]
nightly = ["serde_macros"]