test travis script - seedlinux - Torrent indexing tool opensource torrents with share ratio's etc.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit c8ec4202dff0fc6092abe1e4c387adf0d4655801
(DIR) parent e9c73f44d56778f627f379c8771dec110db24b1c
(HTM) Author: Jay Scott <jay@jayscott.co.uk>
Date: Thu, 29 Jun 2017 21:08:22 +0100
test travis script
Diffstat:
A .travis.yml | 13 +++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/.travis.yml b/.travis.yml
@@ -0,0 +1,12 @@
+language: node_js
+node_js:
+ - "8"
+
+cache:
+ directories:
+ - node_modules
+
+services: mongodb
+
+script:
+ - "echo 'Need some tests!'"
+\ No newline at end of file