summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJannis R <mail@jannisr.de>2020-05-03 16:56:02 +0200
committerJannis R <mail@jannisr.de>2020-05-03 17:27:50 +0200
commit7dfb61c9d75797af7f52d40f83db4e6038fe99dd (patch)
tree2390aa4eff9dc0d43258ed2162516c0c05791c8b /.travis.yml
parentbe032e4a620576dc42b6814a6114e3fcbc18feb2 (diff)
basic test :white_check_mark:, CI :green_heart:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..e5e1ec6
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,12 @@
+language: node_js
+os: linux
+node_js:
+ - node
+ - 'lts/*'
+ - '12'
+script:
+ - 'npm test'
+cache: npm
+notifications:
+ email:
+ on_success: never