Skip to content

Commit

Permalink
👷 Tavis Ignore wiki-images folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Momofil31 committed Nov 25, 2020
1 parent e312b13 commit 3dd037f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ language: node_js
node_js:
- '15'
sudo: true
ignore:
- wiki-images/*

branches:
only:
- master
- master

script:
- npm test
Expand All @@ -17,22 +19,22 @@ jobs:
- stage: Deploy server
script: skip
before_deploy:
- cd server
- cd server
deploy:
provider: heroku
skip_cleanup: true
api-key: $HEROKU_API_KEY
app: homecheck-api
after_deploy:
- cd ..
- cd ..
- stage: Deploy client
script: skip
before_deploy:
- cd client/homecheck-vue
- cd client/homecheck-vue
deploy:
provider: heroku
skip_cleanup: true
api-key: $HEROKU_API_KEY
app: homecheck-vue
after_deploy:
- cd ../../
- cd ../../

0 comments on commit 3dd037f

Please sign in to comment.