Skip to content

Commit fdead2a

Browse files
committed
run test in correct subdirectory
1 parent e42840c commit fdead2a

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.travis.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ go:
1212
env:
1313
- GO111MODULE=on
1414

15-
#install:
16-
# - go get github.com/apexskier/httpauth
17-
# - go get github.com/go-ini/ini
18-
# - go get github.com/gorilla/mux
19-
# - go get github.com/hpcloud/tail
20-
# - go get github.com/gorilla/websocket
21-
# - go get github.com/majormjr/rcon
22-
2315
script:
24-
- go test -v ./...
16+
- cd src/
17+
- go test -v ./...

0 commit comments

Comments
 (0)