diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index e05455c..ff68d06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,9 @@ language: bash + before_script: - source g.sh - sudo apt-get install -y zsh + script: - bash t/tests.sh - zsh t/tests.sh -os: - - linux - - osx -matrix: - allow_failures: - -os: osx |
