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/18 17:16:42 UTC

[whimsy] branch master updated: prep for travis

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 fe46918  prep for travis
fe46918 is described below

commit fe46918bbe40a600d573c6b47b179272288503bf
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Fri Aug 18 13:16:32 2017 -0400

    prep for travis
---
 .travis.yml | 8 ++++++++
 Rakefile    | 6 ++++++
 2 files changed, 14 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..6c27032
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+language: ruby
+os:
+  - osx
+  - linux
+rvm: # http://rubies.travis-ci.org/
+  - 2.4.0 # https://github.com/travis-ci/travis-ci/issues/7848
+gemfile:
+  - www/board/agenda/Gemfile
diff --git a/Rakefile b/Rakefile
index 564acf4..c8c1526 100644
--- a/Rakefile
+++ b/Rakefile
@@ -169,3 +169,9 @@ file 'www/docs/api/index.html' => Rake::FileList['lib/**/*.rb'] do
       '--title', 'whimsy/asf lib'
   end
 end
+
+task :test do
+  Dir.chdir 'www/board/agenda' do
+    sh 'rake test'
+  end
+end

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