Changeset 41 in code


Ignore:
Timestamp:
Feb 18, 2016, 5:09:11 AM (9 years ago)
Author:
zaitsev.serge
Message:

added codecov script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r38 r41  
    11language: go
     2
    23go:
    34 - 1.2
     
    78 - tip
    89
     10before_install:
     11  - pip install codecov
     12after_success:
     13  - codecov
     14
    915script:
    1016 - go test -v ./...
Note: See TracChangeset for help on using the changeset viewer.