language: bash sudo: false before_script: - source g.sh - apt-get install -y zsh script: - bash t/tests.sh - zsh t/tests.sh os: - linux - osx matrix: allow_failures: -os: osx