Skip to content
This repository was archived by the owner on Nov 17, 2021. It is now read-only.

Commit 249f361

Browse files
committedJun 11, 2017
Update .travis.yml
1 parent 01e842b commit 249f361

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ go:
55
- 1.8.x
66
- tip
77

8-
install: go get -v -t
8+
install:
9+
- export PATH=$PATH:$HOME/gopath/bin
10+
- go get -u github.com/go-ego/ego
11+
- go get -v -t
912

1013
# notifications:
1114
# email:

0 commit comments

Comments
 (0)
This repository has been archived.