diff options
author | Valentin Popov <info@valentineus.link> | 2018-10-01 05:39:36 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-10-01 05:39:36 +0300 |
commit | ebc60ceb19da3f29bfc2d3d44c5e47985b7ef3b6 (patch) | |
tree | b0fff52fc5e55ca9ce2b5ade39e2d6ec1a229523 | |
parent | f11166531d79b5c4ea5c4109f765738899b099cf (diff) | |
download | js-github-library-ebc60ceb19da3f29bfc2d3d44c5e47985b7ef3b6.tar.xz js-github-library-ebc60ceb19da3f29bfc2d3d44c5e47985b7ef3b6.zip |
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | .travis.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..85d1dd5 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: "node_js" +node_js: + - "8" + +cache: + directories: + - "node_modules" + +install: + - npm install + +script: + - npm run-script test |