This is an automated email from the ASF dual-hosted git repository.
sebb 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 c6177f8 Hopefully OK to use generic name now
c6177f8 is described below
commit c6177f827a0b463770a36b36fdcdc31399e225dc
Author: Sebb <[email protected]>
AuthorDate: Tue May 28 01:24:59 2019 +0100
Hopefully OK to use generic name now
---
.travis.yml | 3 +--
lib/spec/lib/mail/mlist_spec.rb | 1 +
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 18b8c6e..a4b72a6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,5 +44,4 @@ notifications:
# https://issues.apache.org/jira/browse/INFRA-11080
# https://github.com/apache/infrastructure-puppet/pull/319
email:
- # Must use specific host name (whimsy-vmn.apache.org)
- - [email protected]
+ - [email protected]
diff --git a/lib/spec/lib/mail/mlist_spec.rb b/lib/spec/lib/mail/mlist_spec.rb
index b7fe780..6f34032 100644
--- a/lib/spec/lib/mail/mlist_spec.rb
+++ b/lib/spec/lib/mail/mlist_spec.rb
@@ -8,6 +8,7 @@ describe ASF::MLIST do
describe "Dummy test to trigger Travis error" do
it "Should fail" do
+ %x(sudo mkdir /srv/subscriptions)
expect(%x(ls -ld /srv)).to eq('x')
end
end