aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2015-08-01 19:46:20 +0200
committerMiquel Sabaté <mikisabate@gmail.com>2015-08-01 19:46:20 +0200
commit0c254aded5a945a2bba1ab30265c344392a7f4fa (patch)
treef58206c9975e55b48fcdf7cf091b68b77f40c2ae /.travis.yml
parent375fa38753d0443a9694792c56c23da7d9017f7d (diff)
downloadg-0c254aded5a945a2bba1ab30265c344392a7f4fa.tar.gz
g-0c254aded5a945a2bba1ab30265c344392a7f4fa.zip
travis: removed useless indication of osx
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
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