diff options
| author | Miquel Sabaté <msabate@suse.com> | 2015-08-24 11:51:07 +0200 |
|---|---|---|
| committer | Miquel Sabaté <msabate@suse.com> | 2015-08-24 11:51:07 +0200 |
| commit | 1709da778ecee257946c0604d3fb68696ad039c1 (patch) | |
| tree | b7de98b7b288ac62a73b3c8928185e37518c7230 | |
| parent | 9e9bee407b7e44dfecf48c9e0b878f40c68f01a3 (diff) | |
| download | g-1709da778ecee257946c0604d3fb68696ad039c1.tar.gz g-1709da778ecee257946c0604d3fb68696ad039c1.zip | |
travis: realpath is no longer required
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 207cc0e..1530789 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: bash before_script: - - sudo apt-get install -y zsh realpath + - sudo apt-get install -y zsh script: - bash t/tests.sh |
