aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-08-16 16:35:00 +0300
committerJan Tuomi <jan.tuomi@eficode.com>2018-08-16 16:35:00 +0300
commit20fb9c4547904666b53191ebd22e0d1b275d6f38 (patch)
tree3d612c5c5dae44afa5de644440c66b0db7583b7d /.drone.yml
parent7753866318c7f76dc6d163f517f1ff3c73003988 (diff)
Add stuff
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..5dd9a95
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,6 @@
+pipeline:
+ frontend:
+ image: node:8
+ commands:
+ - npm ci
+ - npm test