From 0c254aded5a945a2bba1ab30265c344392a7f4fa Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Sat, 1 Aug 2015 19:46:20 +0200 Subject: travis: removed useless indication of osx --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3