Skip to content

Update travis.yml to run tests, build, and deploy build artifacts #49

@jpdillingham

Description

@jpdillingham

Add the following to travis.yml:

cache:
  directories:
  - node_modules
script:
  - npm test
  - npm run build

Research heroku/travis integration to determine how to modify the pipeline to deploy the contents of the /build/ folder instead of the root.

Note that webpack errors will begin to fail travis builds following this change. Need volunteers to fix those errors before we can deploy.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions