Skip to content

Commit

Permalink
fix test sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
Hideo Hattori committed May 29, 2017
1 parent 9b6da86 commit 78af8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
- mkdir -p $GOPATH/src/github.com/generaltso
- git clone --depth=1 https://github.com/generaltso/linguist $GOPATH/src/github.com/generaltso/linguist
- go get -d github.com/generaltso/linguist
- cd $GOPATH/src/github.com/generaltso/linguist && make
- cd $GOPATH/src/github.com/generaltso/linguist && make && cd -
- go get -v

script:
Expand Down

0 comments on commit 78af8c0

Please sign in to comment.