Skip to content

Commit

Permalink
chore: remove TravisCI (#386)
Browse files Browse the repository at this point in the history
Fixes: #346
Enabled github-codebuild-logs to make CodeBuild logs accessible
Refs: https://github.com/jlhood/github-codebuild-logs
  • Loading branch information
trivikr committed Oct 9, 2019
1 parent 1fd0fab commit 16edc60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

3 changes: 3 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ phases:
commands:
- echo Executing unit tests
- yarn test
post_build:
commands:
- ./node_modules/.bin/codecov -f coverage/*.json

0 comments on commit 16edc60

Please sign in to comment.