Skip to content

Commit 16edc60

Browse files
authored
chore: remove TravisCI (#386)
Fixes: #346 Enabled github-codebuild-logs to make CodeBuild logs accessible Refs: https://github.com/jlhood/github-codebuild-logs
1 parent 1fd0fab commit 16edc60

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

buildspec.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ phases:
1212
commands:
1313
- echo Executing unit tests
1414
- yarn test
15+
post_build:
16+
commands:
17+
- ./node_modules/.bin/codecov -f coverage/*.json

0 commit comments

Comments
 (0)