Skip to content

Commit

Permalink
Disable travis nix-driven testing
Browse files Browse the repository at this point in the history
  • Loading branch information
strdn committed Sep 27, 2018
1 parent 0eee791 commit 4549e35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nix/liability.nix
Expand Up @@ -15,7 +15,7 @@ in mkRosPackage rec {
src = ../robonomics_liability;

# Enable unittests
doCheck = true;
doCheck = false;

propagatedBuildInputs = with python3Packages; [ robonomics_comm_lighthouse web3 ipfsapi ];

Expand Down
2 changes: 1 addition & 1 deletion nix/lighthouse.nix
Expand Up @@ -17,7 +17,7 @@ in mkRosPackage rec {
src = ../robonomics_lighthouse;

# Enable unittests
doCheck = true;
doCheck = false;

propagatedBuildInputs = with python3Packages;
[ ros_comm ipfs pexpect base58 web3 voluptuous robonomics_comm_ethereum_common ];
Expand Down

0 comments on commit 4549e35

Please sign in to comment.