diff options
| author | Arne Schauf <git@asw.io> | 2018-03-03 01:17:04 +0100 |
|---|---|---|
| committer | Arne Schauf <git@asw.io> | 2018-03-03 01:17:04 +0100 |
| commit | 973737b6af25de76cc51aa415502825bb4aae0d8 (patch) | |
| tree | c24d6c0ea150e4549c2d69606aaec167bf39915d /.travis.yml | |
| parent | 8769fc4dc19447f67a42eb941fb43ba7223772eb (diff) | |
| download | parry-ui-973737b6af25de76cc51aa415502825bb4aae0d8.tar.gz parry-ui-973737b6af25de76cc51aa415502825bb4aae0d8.zip | |
fix travis build command
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e507f5f..694de73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ install: - npm install script: - - npm run-script build + - ./node_modules/quasar-cli/bin/quasar build deploy: provider: pages |
