mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 23:05:40 -04:00
Don't use make in travis script
This commit is contained in:
parent
349fbb698c
commit
c5136820c4
@ -6,5 +6,6 @@ os:
|
|||||||
- osx
|
- osx
|
||||||
- windows
|
- windows
|
||||||
script:
|
script:
|
||||||
- make build
|
- go build ./cmd/micro
|
||||||
- make test
|
- go test ./internal/...
|
||||||
|
- go test ./cmd/...
|
||||||
|
Loading…
Reference in New Issue
Block a user