Skip to content

Commit

Permalink
update travis ci to support codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
classicalliu committed Aug 6, 2018
1 parent 70c6650 commit fe37f00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ install:
script:
- bundle exec rails db:migrate
- bundle exec rails spec

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit fe37f00

Please sign in to comment.