summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2017-04-12 00:22:31 -0500
committerBen Beltran <ben@nsovocal.com>2017-04-12 00:22:31 -0500
commitf2a4303543b0b0c1a62681c74244176aa778f417 (patch)
treef95798bb6a0e62d39e4f9a8c234791fd3971a6f3 /.travis.yml
parentd063bd00f11577e700c848d220ac6505921632ab (diff)
parent100b8422835fc876c8cff2c2960b63e95a01b744 (diff)
Merge branch 'release/2.0.0'2.0.0
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..4a8d7b8
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language:
+ - node_js
+
+node_js:
+ - "6"
+
+script:
+ - npm run lint
+ - npm test