aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
author8cy <[email protected]>2020-07-19 02:10:00 -0700
committer8cy <[email protected]>2020-07-19 02:10:00 -0700
commit4014ac46b4e5e515f133ca2c04859824cd43738c (patch)
tree5842824afd615f70e8a4959704f9cf3492fa54f2 /.travis.yml
downloadwater-waifu-4014ac46b4e5e515f133ca2c04859824cd43738c.tar.xz
water-waifu-4014ac46b4e5e515f133ca2c04859824cd43738c.zip
:star:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..f0ba990
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+language: node_js
+node_js:
+ - "8"
+ - "10"
+
+script:
+ - npm run test \ No newline at end of file