Merge pull request #339 from crytic/dev-dapp-speedup

Use cache to speed up dapp travis test
pull/340/head
Feist Josselin 5 years ago committed by GitHub
commit be6fd2d20f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      scripts/travis_test_dapp.sh

@ -7,6 +7,9 @@ cd test_dapp
curl https://nixos.org/nix/install | sh
. "$HOME/.nix-profile/etc/profile.d/nix.sh"
nix-env -iA nixpkgs.cachix
cachix use dapp
git clone --recursive https://github.com/dapphub/dapptools $HOME/.dapp/dapptools
nix-env -f $HOME/.dapp/dapptools -iA dapp seth solc hevm ethsign

Loading…
Cancel
Save