aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2017-08-28 21:37:28 -0500
committerBen Beltran <ben@nsovocal.com>2017-08-28 21:37:28 -0500
commit69c48e0767172cf806a70df2ecc3a59aaefb9f2b (patch)
tree148627bed3989237cf424f54c4728399b4e0f119 /.travis.yml
parenta6b9035958a0e125d291ef1696c94d6a53a3c918 (diff)
parentb21a9771b4f02de35d224c898fbda5b359656e94 (diff)
Merge branch 'feature/rbdr-initial-dev' into develop
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