This file is indexed.

/usr/share/gocode/src/github.com/Sirupsen/logrus/.travis.yml is in golang-github-sirupsen-logrus-dev 0.8.7-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
language: go
go:
  - 1.2
  - 1.3
  - 1.4
  - tip
install:
  - go get -t ./...