diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 1158dadae59e..000000000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: node_js -node_js: - - "10.9.0" -install: - - yarn -script: - - yarn test -after_success: - - ./node_modules/.bin/codecov -f coverage/*.json diff --git a/buildspec.yml b/buildspec.yml index 1a41e03ac6fc..a2466d7b423b 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -12,3 +12,6 @@ phases: commands: - echo Executing unit tests - yarn test + post_build: + commands: + - ./node_modules/.bin/codecov -f coverage/*.json