Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(travis): Set up deployment to S3 from Travis #105

Merged
merged 2 commits into from
Mar 9, 2019
Merged

Conversation

mcous
Copy link
Member

@mcous mcous commented Mar 6, 2019

This PR adds CI configuration to deploy new app versions (currently just view) as part of the CI build process. This links app releases to library releases, which may not scale in the future, but for now it's a nice way to make sure the viewer is always using the latest rendering logic.

Current contents of https://staging.tracespace.io were set by this branch's CI build (prior to fixup commit switching staging branch to next).

BREAKING CHANGE: Node v6 dropped from CI testing matrix. Node v6 is EOL in a month, so I'd rather make the break now while 4.0.0 is prerelease and can still collect breaks.

BREAKING CHANGE: Node v6 dropped from CI testing matrix
@codecov
Copy link

codecov bot commented Mar 6, 2019

Codecov Report

Merging #105 into next will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             next     #105   +/-   ##
=======================================
  Coverage   88.59%   88.59%           
=======================================
  Files          55       55           
  Lines        2183     2183           
=======================================
  Hits         1934     1934           
  Misses        249      249

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4502adf...f8ee005. Read the comment docs.

@codecov
Copy link

codecov bot commented Mar 6, 2019

Codecov Report

Merging #105 into next will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             next     #105   +/-   ##
=======================================
  Coverage   88.59%   88.59%           
=======================================
  Files          55       55           
  Lines        2183     2183           
=======================================
  Hits         1934     1934           
  Misses        249      249

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4502adf...30fc0e1. Read the comment docs.

@mcous mcous merged commit fc915f9 into next Mar 9, 2019
@mcous mcous deleted the chore-view-ci branch March 9, 2019 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant