]> Sergey Matveev's repositories - zsh-autoenv.git/commitdiff
Travis: sudo=false, language=generic (#74)
authorDaniel Hahler <github@thequod.de>
Thu, 14 Dec 2017 00:19:50 +0000 (01:19 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2017 00:19:50 +0000 (01:19 +0100)
.travis.yml

index 62239d7950bd7963702c8f93d750d5668a2ccfb6..d45fe563df3a923e431e17b86c17e524438f07ce 100644 (file)
@@ -1,6 +1,5 @@
-language: python
-python:
-  - 3.4
+language: generic
+sudo: false
 env:
   - ZSH=4 ZDOTDIR=tests/ZDOTDIR
   - ZSH=4 ZDOTDIR=tests/ZDOTDIR.clobber
@@ -15,7 +14,7 @@ env:
 install:
   - if [ "$ZSH" = 4 ]; then sudo apt-get install zsh; fi
   - if [ "$ZSH" = 5 ]; then wget http://downloads.sourceforge.net/project/zsh/zsh/5.0.7/zsh-5.0.7.tar.bz2; tar xf zsh-5.0.7.tar.bz2; cd zsh-5.0.7; ./configure && sudo make && sudo make install; cd ..; fi
-  - pip install cram
+  - pip install --user cram
   - export SHELL=zsh
 script:
   - zsh --version