aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-04-02 18:08:56 +0100
committerJames Barnett <noreply@jamesbarnett.xyz>2018-04-02 18:08:56 +0100
commit9dedd110419cc5f3b7d91d4c2d5b0bb252f000d4 (patch)
tree2b7840c5476424d9001f7af25122baa3610cefd7 /.travis.yml
parent7526db589ff0698fad7601fbeeff1b6962628800 (diff)
downloadtplink-energy-monitor-9dedd110419cc5f3b7d91d4c2d5b0bb252f000d4.tar.xz
tplink-energy-monitor-9dedd110419cc5f3b7d91d4c2d5b0bb252f000d4.zip
Add TravisCI and SonarQube integration
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..22b4367
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,15 @@
+language: node_js
+node_js: "8"
+
+os:
+ - linux
+
+install:
+ - npm install
+
+script:
+ - npm run dist
+
+branches:
+ only:
+ - master \ No newline at end of file