Skip to content

Commit

Permalink
Merge 9444ae4 into 03dd6ae
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre committed Jul 22, 2018
2 parents 03dd6ae + 9444ae4 commit ceb8e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: nix
before_install:
- sudo mkdir -p /etc/nix
- echo "substituters = https://cache.nixos.org/ https://datakurre.cachix.org/" | sudo tee -a /etc/nix/nix.conf
- echo "require-sigs = false" | sudo tee -a /etc/nix/nix.conf
- echo "trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= datakurre.cachix.org-1:ayZJTy5BDd8K4PW9uc9LHV+WCsdi/fu1ETIYZMooK78=" | sudo tee -a /etc/nix/nix.conf
script: make $TARGET
env:
- PYTHON=python2 TARGET="nix-test nix-coverage"
Expand Down

0 comments on commit ceb8e92

Please sign in to comment.