From 98177f5feda1bf2a469a81b22e67447f3bc7a4bb Mon Sep 17 00:00:00 2001 From: Arne Schauf Date: Sat, 3 Mar 2018 01:18:26 +0100 Subject: simpler build command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 694de73..c02e8e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ install: - npm install script: - - ./node_modules/quasar-cli/bin/quasar build + - quasar build deploy: provider: pages -- cgit v1.2.3-54-g00ecf