diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2015-08-01 19:43:19 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2015-08-01 19:43:19 +0200 |
| commit | 375fa38753d0443a9694792c56c23da7d9017f7d (patch) | |
| tree | e0e7c12167c7b681f4e0fa34f755de5def451bbf /.travis.yml | |
| parent | eecdea31328c172774e90585554800b54c02fa57 (diff) | |
| download | g-375fa38753d0443a9694792c56c23da7d9017f7d.tar.gz g-375fa38753d0443a9694792c56c23da7d9017f7d.zip | |
travis: fixed installation of zsh
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 7345f74..e05455c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: bash -sudo: false before_script: - source g.sh - - apt-get install -y zsh + - sudo apt-get install -y zsh script: - bash t/tests.sh - zsh t/tests.sh |
