diff --git a/.travis.yml b/.travis.yml index ee8cc2677..d3599f4b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ sudo: required dist: trusty language: rust + branches: only: - master diff --git a/signer/Cargo.toml b/signer/Cargo.toml index 265219d95..f2a7af58a 100644 --- a/signer/Cargo.toml +++ b/signer/Cargo.toml @@ -23,6 +23,5 @@ parity-dapps-signer = { git = "https://github.com/ethcore/parity-ui.git", versio clippy = { version = "0.0.79", optional = true} [features] -default = ["ui"] dev = ["clippy"] ui = ["parity-dapps-signer"]