diff options
author | Lars Schneider <larsxschneider@gmail.com> | 2016-05-19 11:10:08 +0200 |
---|---|---|
committer | Eric Wong <e@80x24.org> | 2016-05-22 20:20:28 +0000 |
commit | e7e9f5e7a1d39bf210c59428cd2a98f0a6abba0b (patch) | |
tree | 270add639a7a66e0b6c93e7c3d8963bdd49773c5 /.travis.yml | |
parent | 3916adf9978b020f9a9b165f4c1c109046899560 (diff) | |
download | git-e7e9f5e7a1d39bf210c59428cd2a98f0a6abba0b.tar.gz |
travis-ci: enable Git SVN tests t91xx on Linux
Install the "git-svn" package to make the Perl SVN libraries available
to the Git SVN tests on Travis-CI Linux build machines.
Signed-off-by: Lars Schneider <larsxschneider@gmail.com>
Signed-off-by: Eric Wong <e@80x24.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index adab5b89bb..c20ec540c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ addons: apt: packages: - language-pack-is + - git-svn env: global: |