diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-19 16:55:43 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-19 17:42:38 -0700 |
| commit | 6b33db119a7af43cd711ede21843b4ed0c72f76e (patch) | |
| tree | 145b96e51da3da98abc307fd76b3cb88e9672a8b /.travis.yml | |
| parent | 8f4830c7715e5719780f195ce3400b8768c30688 (diff) | |
coveralls: Adding Travis CI integration
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 2a186aa..f530e1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,7 @@ addons: - git # Needed to stop git from getting deleted install: - - make go-tools - - make test-setup + - make travis-install script: - - make check + - make travis-script |