You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/08/19 13:55:33 UTC

[whimsy] branch master updated: install subversion in ubuntu

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new b012c88  install subversion in ubuntu
b012c88 is described below

commit b012c88bd891f78e1becfc69e6f40d50745acb7e
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat Aug 19 09:50:23 2017 -0400

    install subversion in ubuntu
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index d1ca558..6c1e33a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,11 @@ language: ruby
 os:
   - osx
   - linux
+dist: trusty
+addons:
+  apt:
+    packages:
+    - subversion
 rvm: # http://rubies.travis-ci.org/
   - 2.4.0 # https://github.com/travis-ci/travis-ci/issues/7848
 before_install:

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].