From 5d7a8b1e18df6aab8cf39010e6189df0d74e3486 Mon Sep 17 00:00:00 2001 From: Walle Cyril Date: Sat, 13 Oct 2018 04:38:10 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2795743..5424640 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,9 @@ node_js: - "node" notifications: email: false +jobs: + include: + - stage: build + script: npm run bundle + - stage: test + script: npm t