diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2015-08-01 19:46:20 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2015-08-01 19:46:20 +0200 |
| commit | 0c254aded5a945a2bba1ab30265c344392a7f4fa (patch) | |
| tree | f58206c9975e55b48fcdf7cf091b68b77f40c2ae | |
| parent | 375fa38753d0443a9694792c56c23da7d9017f7d (diff) | |
| download | g-0c254aded5a945a2bba1ab30265c344392a7f4fa.tar.gz g-0c254aded5a945a2bba1ab30265c344392a7f4fa.zip | |
travis: removed useless indication of osx
| -rw-r--r-- | .travis.yml | 8 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 3 insertions, 7 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 @@ -1,4 +1,4 @@ -# Yeah! just one letter ! +# Yeah! just one letter ! [](https://travis-ci.org/mssola/g) This repository holds a very humble and simple script that handles shortcuts of bash paths. For example: |
