Browse Source

Fix travis

tags/v1.0.0
Remco 7 years ago
parent
commit
3ff27f8d7a
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      .travis.yml

+ 5
- 5
.travis.yml View File

@@ -1,7 +1,7 @@
language: go
go:
- release
- tip

script:
- go test -v ./...
env:
- GIMME_OS=linux GIMME_ARCH=amd64

go:
- master

Loading…
Cancel
Save