Skip to content

Commit

Permalink
change multiline style
Browse files Browse the repository at this point in the history
  • Loading branch information
poelzi committed Nov 13, 2020
1 parent e628847 commit 8d798cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,11 @@ jobs:
before_install: &nix_before_install
# workaround: heredoc that ends on blank line
- |
cat << '' > extra.conf
cat <<-EOF > extra.conf
sandbox = true
substituters = https://cache.nixos.org/ file://$HOME/nix.store
require-sigs = false
EOF
env: &nix_env
- EXTRA_NIX_CONFIG: extra.conf
before_cache: &nix_before_cache
Expand Down

0 comments on commit 8d798cd

Please sign in to comment.