Suppress Postcss warnings & Re-enable Benhalpern deploy (#11521)
This commit is contained in:
parent
b9ae58816f
commit
f061b90316
3 changed files with 11 additions and 16 deletions
20
.travis.yml
20
.travis.yml
|
|
@ -92,13 +92,13 @@ jobs:
|
|||
api_key: '$HEROKU_AUTH_TOKEN'
|
||||
app:
|
||||
master: practicaldev
|
||||
# - stage: Deploy
|
||||
# name: Deploy BenHalpern
|
||||
# if: type != pull_request
|
||||
# script: skip
|
||||
# after_script: skip
|
||||
# deploy:
|
||||
# provider: heroku
|
||||
# api_key: '$HEROKU_AUTH_TOKEN'
|
||||
# app:
|
||||
# master: benhalpern-community
|
||||
- stage: Deploy
|
||||
name: Deploy BenHalpern
|
||||
if: type != pull_request
|
||||
script: skip
|
||||
after_script: skip
|
||||
deploy:
|
||||
provider: heroku
|
||||
api_key: '$HEROKU_AUTH_TOKEN'
|
||||
app:
|
||||
master: benhalpern-community
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
"pretest": "npm run lint:frontend",
|
||||
"test": "jest app/javascript/ bin/ --coverage",
|
||||
"test:watch": "jest app/javascript/ bin/ --watch",
|
||||
"postcss": "postcss public/assets/*.css -d public/assets"
|
||||
"postcss": "postcss public/assets/*.css -d public/assets 2> postcss_error.log"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
|
|
|||
|
|
@ -8,11 +8,6 @@ module.exports = {
|
|||
flexbox: 'no-2009',
|
||||
},
|
||||
stage: 3,
|
||||
features: {
|
||||
customProperties: {
|
||||
warnings: false,
|
||||
},
|
||||
},
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue