aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2017-08-27 17:18:27 -0500
committerBen Beltran <ben@nsovocal.com>2017-08-27 17:18:27 -0500
commit753ee4ebf0b838d45f31a40834918ef87ae81741 (patch)
tree3ed79350d4f742a59981274141744ddf998e3e21 /.travis.yml
parenta6b9035958a0e125d291ef1696c94d6a53a3c918 (diff)
Add basic config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..d6ecb50
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+language: node_js
+
+node_js:
+ - "8"
+
+script:
+ - npm run lint
+ - npm run build