aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2018-11-02 10:58:38 -0500
committerGanesh Viswanathan <dev@genotrance.com>2018-11-02 10:58:38 -0500
commitc40919b87cf16c1066ea028914a828f6d1c04398 (patch)
tree2bf67d233c5bb37774dbbff4c1ee4e64c679c73e
parent713703caae174888a10b27144a967a936de02b21 (diff)
downloadnimgen-c40919b87cf16c1066ea028914a828f6d1c04398.tar.gz
nimgen-c40919b87cf16c1066ea028914a828f6d1c04398.zip
Fix deps
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 720d143..ad9de5c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,6 @@ addons:
packages:
- python-pygments
- libssh2-1-dev
- - libgcrypt20-dev
- - libgpg-error-dev
before_script:
- export RELEASE=`curl --silent https://api.github.com/repos/nim-lang/nightlies/releases/latest | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/'`
- export TXZ=`curl --silent https://api.github.com/repos/nim-lang/nightlies/releases/latest | grep '"name":' | sed -E 's/.*"([^"]+)".*/\1/' | grep linux`