[go: nahoru, domu]

Skip to content

Commit

Permalink
update travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiohild committed Jan 29, 2022
1 parent d46448f commit 6739a72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
os:
- linux
- linux
language: nix
nix: 2.3.6
before_install:
- nix-env -iA nixpkgs.cachix
- echo "trusted-users = root travis" | sudo tee -a /etc/nix/nix.conf && sudo pkill nix-daemon
- cachix use maker
- git clone --recursive https://github.com/dapphub/dapptools $HOME/.dapp/dapptools
- nix-env -f https://github.com/makerdao/makerpkgs/tarball/master -iA dappPkgsVersions.hevm-0_41_0.dapp
- nix-env -iA nixpkgs.cachix
- echo "trusted-users = root travis" | sudo tee -a /etc/nix/nix.conf && sudo pkill nix-daemon
- cachix use maker
- git clone --recursive https://github.com/dapphub/dapptools $HOME/.dapp/dapptools
- nix-env -f https://github.com/makerdao/makerpkgs/tarball/master -iA dappPkgsVersions.hevm-0_49_0.dapp
- export DAPP_TEST_GAS_LIMIT=25000000
script:
- dapp --use solc:0.6.7 test
- dapp --use solc:0.6.7 test
2 changes: 1 addition & 1 deletion lib/ds-token

0 comments on commit 6739a72

Please sign in to comment.