diff options
| author | Chris Lu <chris.lu@gmail.com> | 2017-05-28 10:23:10 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2017-05-28 10:23:10 -0700 |
| commit | 48919009fc54fc93c25ad21ce3a48d80b93d32e6 (patch) | |
| tree | aa374444978f0699edbda334f1c0a03600e96067 | |
| parent | f66fef0ec50ae71dfc5b38bcec3920d82c1ace93 (diff) | |
| download | seaweedfs-48919009fc54fc93c25ad21ce3a48d80b93d32e6.tar.xz seaweedfs-48919009fc54fc93c25ad21ce3a48d80b93d32e6.zip | |
build with tip
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index cccee75ca..e61f84299 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: go go: - 1.7 - 1.8.3 -# - tip +- tip before_install: - export PATH=/home/travis/gopath/bin:$PATH @@ -41,4 +41,4 @@ deploy: on: tags: true repo: chrislusf/seaweedfs - go: 1.8.3 + go: tip |
