diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-02-24 14:47:51 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-02-24 15:19:47 +0900 |
commit | 9a28be912628741654140edf8e3d77a2028a96e8 (patch) | |
tree | f9bf77c19cb6a74f5d648ad04a2dcd35ee9a7219 /.travis.yml | |
parent | e11bceddeca96a0a23b072656f3e6f03206b94f2 (diff) |
travis: drop osx test
Too unstable on travis-ci. Just try cross-compile test.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index b4fa9cce..9efbfd48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,6 @@ env: matrix: allow_failures: - go: tip - - go: 1.7 - os: osx include: - go: 1.5 before_install: true @@ -48,10 +46,10 @@ matrix: env: - GOOS=freebsd - go: 1.7 - os: osx - before_install: true install: go get -t ./... - script: go test ./... + script: cd gobgpd && go build + env: + - GOOS=darwin - go: 1.7 before_install: true install: true |