Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Aug 5, 2018
1 parent eb10606 commit 7e63766
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
@@ -1,6 +1,5 @@
language: go
go:
- '1.2'
- '1.3'
- '1.4'
- '1.5'
Expand All @@ -20,10 +19,10 @@ before_install:
- go get github.com/mattn/goveralls

script:
- go run pinyin/main.go abc
- go run pinyin/main.go -s zhao abc
- echo "abc" | go run pinyin/main.go
- echo "abc" > abc.txt && go run pinyin/main.go < abc.txt
- go run cmd/pinyin/main.go abc
- go run cmd/pinyin/main.go -s zhao abc
- echo "abc" | go run cmd/pinyin/main.go
- echo "abc" > abc.txt && go run cmd/pinyin/main.go < abc.txt
- $HOME/gopath/bin/goveralls -service=travis-ci -v -package .

matrix:
Expand Down

0 comments on commit 7e63766

Please sign in to comment.