From acbe99131b5eafd5250998615640d3f012a6d0b5 Mon Sep 17 00:00:00 2001 From: Wessel T Date: Sat, 19 Jan 2019 23:08:32 +0100 Subject: [PATCH] Add travis --- .gitignore | 3 ++- .travis.yml | 3 +++ package.json | 1 + yarn.lock | 4 ++++ 4 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .travis.yml create mode 100644 yarn.lock diff --git a/.gitignore b/.gitignore index c036379..40a77f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -tmp/ \ No newline at end of file +tmp/ +node_modules/ \ No newline at end of file diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4796715 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: node_js +node_js: + - "node" \ No newline at end of file diff --git a/package.json b/package.json index 1f34c64..3981eaa 100644 --- a/package.json +++ b/package.json @@ -12,5 +12,6 @@ "type": "git", "url": "https://www.github.com/PassTheWessel/lumah" }, + "scripts": { "test": "node ./test.js" }, "keywords": [ "test", "console", "lumah", "testing", "framework", "async", "lightweight" ] } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..fb57ccd --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + +