Skip to content

Commit

Permalink
ci: add harvey tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sevki <[email protected]>
  • Loading branch information
sevki committed Jun 18, 2017
1 parent bacc8aa commit 7fd07e0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
language: go

go:
- 1.8

env:
global:
- GOOS="harvey"
- GOARCH="amd64"
- GOROOT_BOOTSTRAP="/home/travis/.gimme/versions/go1.8.linux.amd64"

before_install:
- echo "no"
install:
- echo "no"

before_script:
- cd $TRAVIS_BUILD_DIR/src

script:
- ./make.bash

0 comments on commit 7fd07e0

Please sign in to comment.