From 69d8bfa943dc1cb83ef785c680906c3d16a5e922 Mon Sep 17 00:00:00 2001 From: 5chdn <5chdn@users.noreply.github.com> Date: Mon, 3 Dec 2018 14:15:24 +0100 Subject: [PATCH] travis: build pow and poa --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3d871fc..501e494 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,5 @@ node_js: '8' before_install: npm install -g grunt-cli install: - npm install - - npm run dist + - npm run dist-pow + - npm run dist-poa