Revert "Revert "Migrate Postwoman to Nuxt.js (full Vue and SCSS support)""

This commit is contained in:
Liyas Thomas
2019-08-24 22:09:29 +05:30
committed by GitHub
parent dbcd7442fe
commit b027eeb846
39 changed files with 12054 additions and 816 deletions

View File

@@ -7,9 +7,28 @@
language: node_js
node_js:
- "node"
notifications:
webhooks: https://www.travisbuddy.com
env:
- MY_VAR=EverythignIsAwesome
- NODE_ENV=TEST
- "8"
cache:
directories:
- "node_modules"
branches:
only:
- master
install:
- npm install
- npm run generate
script:
- echo "Skipping tests"
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_ACCESS_TOKEN # Set in travis-ci.org dashboard, marked secure https://docs.travis-ci.com/user/deployment/pages/#Setting-the-GitHub-token
target-branch: gh-pages
local-dir: dist
on:
branch: master