| commit | 61c7a2b1d17e63bb656685bfacb0e8a01601a60f | [log] [tgz] |
|---|---|---|
| author | Josh Suereth <Joshua.Suereth@gmail.com> | Tue Dec 08 16:59:44 2020 -0500 |
| committer | GitHub <noreply@github.com> | Tue Dec 08 16:59:44 2020 -0500 |
| tree | 7d5453985dba809b591056e78fb909c975f1c950 | |
| parent | 1f9ef3bd7235e2b7dbe00be0dbf164fecb63ef70 [diff] |
Remove Travis CI for GH Actions. (#1244)
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index bd6b66e..0000000 --- a/.travis.yml +++ /dev/null
@@ -1,17 +0,0 @@ -language: go - -go_import_path: go.opencensus.io - -go: - - 1.11.x - -env: - global: - GO111MODULE=on - -before_script: - - make install-tools - -script: - - make travis-ci - - go run internal/check/version.go # TODO move this to makefile