From eea33c0e02a2b9374c5615edfcc29daec7ee557f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 29 Jun 2018 22:38:17 +0100 Subject: [PATCH] use nix-shell shebang rather then travis's python --- .travis.yml | 2 -- ci/deploy.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 345727fa2..46c2cb35b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,3 @@ language: nix -before_install: - - source ~/virtualenv/python3.6/bin/activate script: - bash ci/deploy.sh diff --git a/ci/deploy.sh b/ci/deploy.sh index 8b8390851..fc481e64b 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -14,7 +14,7 @@ fi unset encrypted_025d6e877aa4_key encrypted_025d6e877aa4_iv -python ./nur/update.py +./nur/update.py nix-build # Pull requests and commits to other branches shouldn't try to deploy, just build to verify