Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Sep 21, 2017
1 parent 896e8e6 commit ae94fcd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ builds:
goarm:
- 6
- 7
ignore:
- goos: windows
goarch: 386
flags: -tags vfs
hooks:
pre: go generate
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
language: go
sudo: false
go:
- 1.7
- 1.8
install:
- go get github.com/shurcooL/vfsgen
- go get -v
- go get -v -t
script:
- go test -v
after_success:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# atx-agent
[![Build Status](https://travis-ci.org/openatx/atx-agent.svg?branch=master)](https://travis-ci.org/openatx/atx-agent)

HTTP Server runs on android device

运行再Android手机上的http服务器,旨在希望通过Wifi控制手机,完成手机的自动化功能。
Expand Down

0 comments on commit ae94fcd

Please sign in to comment.