Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
miolini committed Sep 17, 2018
1 parent 6f8f6a1 commit 7b12c60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/.vagrant
*.iml
*.sw[p,o]
/meshbird
pkg
bin
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ language: go
sudo: false

go:
- 1.6
- tip
- 1.11

install:
- go get -v
- make deps

script:
- make build

script:

0 comments on commit 7b12c60

Please sign in to comment.