aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-04 14:42:36 +0530
committerLibravatar GitHub <noreply@github.com>2021-05-04 09:12:36 +0000
commit71ec3f09c524d278b535fc5cd88eec9ae3cc5e92 (patch)
treec6e989f3355dd67de6b0f01f08d5ecf555e0f269 /.travis.yml
parentUpgrade npm modules (#1338) (diff)
downloadferdium-app-71ec3f09c524d278b535fc5cd88eec9ae3cc5e92.tar.gz
ferdium-app-71ec3f09c524d278b535fc5cd88eec9ae3cc5e92.tar.zst
ferdium-app-71ec3f09c524d278b535fc5cd88eec9ae3cc5e92.zip
Clean the build and out folders before running the build (#1342)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index abd58725e..6602455ca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,6 +61,7 @@ install:
61 - travis_retry npm install node-sass -g 61 - travis_retry npm install node-sass -g
62before_script: 62before_script:
63 - npm run lint && npm run test 63 - npm run lint && npm run test
64 - rm -rf build out
64script: 65script:
65 - | 66 - |
66 if [ $TRAVIS_BRANCH == "release" ]; then 67 if [ $TRAVIS_BRANCH == "release" ]; then