From 399d9b69458957ea96f06f87f6b63dce5561aa49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Sat, 6 Jul 2013 01:05:14 +0200 Subject: initial travis integration - js tests first --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..de8ea1530 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: node_js +node_js: + - "0.11" + - "0.10" + +script: make tests -- cgit v1.2.3 From ab045dae7f0d469567335747a858c72a78d74a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Sat, 6 Jul 2013 01:18:31 +0200 Subject: Update README.rst --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index deb085c6b..774cd0a58 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,8 @@ README The News app is a an RSS/Atom feed aggregator. It is based on the library SimplePie. +{}[https://travis-ci.org/[DeepDiver1975]/[news]] + Maintainers ----------- * `Alessandro Cosentino `_ -- cgit v1.2.3