Skip to content

Commit

Permalink
Fix travis.yml to work with latest makerpkgs version
Browse files Browse the repository at this point in the history
  • Loading branch information
gbalabasquer committed Apr 16, 2020
1 parent 4433006 commit 9739ba9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ os:
language: nix
before_install:
- nix-env -iA nixpkgs.cachix
- cachix use dapp
- git clone --recursive https://github.com/dapphub/dapptools $HOME/.dapp/dapptools
- nix-env -f https://github.com/makerdao/nixpkgs-pin/tarball/master -iA pkgsVersions.dapp-0_26_0.{solc,dapp}
- cachix use maker
- nix-env -f https://github.com/makerdao/makerpkgs/tarball/master -iA dappPkgsVersions.seth-0_8_4.dapp
script:
- dapp --use solc:0.5.12 test
- dapp --use solc:0.5.12 test

0 comments on commit 9739ba9

Please sign in to comment.