Skip to content

Commit

Permalink
Merge branch 'test_zvm_with_travis'
Browse files Browse the repository at this point in the history
  • Loading branch information
molovo committed Feb 19, 2017
2 parents d8c3743 + 7db38f4 commit da51c63
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
addons:
apt:
packages:
zsh
- zsh
- ncurses-dev
- autoconf
- yodl
- man
dist: trusty
matrix:
include:
#- env: ZVM_VERSION='4.3.12'
#- env: ZVM_VERSION='4.3.17'
- env: ZVM_VERSION='5.0.8'
- env: ZVM_VERSION='5.1.1'
- env: ZVM_VERSION='5.2'
- env: ZVM_VERSION='5.3.1'
- env: ZVM_VERSION='4.3.12'
- env: ZVM_VERSION='4.3.17'
- env: ZVM_VERSION='5.0.8'
- env: ZVM_VERSION='5.1.1'
- env: ZVM_VERSION='5.2'
- env: ZVM_VERSION='5.3.1'
before_script:
- mkdir .bin
- curl -L https://raw.githubusercontent.com/molovo/revolver/master/revolver > .bin/revolver
- curl -L https://raw.githubusercontent.com/molovo/color/master/color.zsh > .bin/color
- curl -L https://raw.githubusercontent.com/molovo/zvm/master/zvm > .bin/zvm
- curl -L https://raw.githubusercontent.com/molovo/zvm/master/zvm-shell-integration.zsh > zvm-shell-integration.zsh
- chmod u+x .bin/{color,revolver,zvm}
- export PATH="$PWD/.bin:$PATH"
- export PATH="$HOME/.zvm/bin:$PWD/.bin:$PATH"
- zvm use ${ZVM_VERSION}
script: zsh -c "source zvm-shell-integration.zsh && zsh -c \"echo \$ZSH_VERSION\" && ./zunit"
after_failure: cat ~/.zvm/log/*.log
script: ./zunit

0 comments on commit da51c63

Please sign in to comment.