Travis CI Build test Configuration for Nuxt.js - CI Build Test Before Deploy your Static Site to Production Use.


dist: xenial

language: node_js

node_js:
  - "lts/*"

branches:
  only:
    - master

install:
  - npm install

script:
  - npm run build
  - npm run generate