From fe37f00a7a7c46ea7f3df170330099b9b6a59737 Mon Sep 17 00:00:00 2001 From: classicalliu Date: Mon, 6 Aug 2018 15:51:02 +0800 Subject: [PATCH] update travis ci to support codecov --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 482b1a8..b8544c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,3 +39,6 @@ install: script: - bundle exec rails db:migrate - bundle exec rails spec + +after_success: + - bash <(curl -s https://codecov.io/bash)