mirror of
https://github.com/minio/minio.git
synced 2024-12-28 08:05:55 -05:00
Merge pull request #466 from fkautz/pr_out_adding_slack_notifications
This commit is contained in:
commit
e9930c49db
@ -3,14 +3,15 @@ before_install:
|
|||||||
- git clone https://github.com/yasm/yasm
|
- git clone https://github.com/yasm/yasm
|
||||||
- cd yasm
|
- cd yasm
|
||||||
- git checkout v1.2.0
|
- git checkout v1.2.0
|
||||||
- ./autogen.sh
|
- "./autogen.sh"
|
||||||
- ./configure
|
- "./configure"
|
||||||
- make
|
- make
|
||||||
- export PATH=$PATH:`pwd`
|
- export PATH=$PATH:`pwd`
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.4
|
- 1.4
|
||||||
- release
|
- release
|
||||||
|
notifications:
|
||||||
|
slack:
|
||||||
|
secure: jlDBuqna7waJXJrl/EOeTH1fXgqJu3WrTDl0Sv7oJBNVH1Af4cGmHaa1oVWrYUMB7lEPjpuF+xcBNA+N+mcR53JbpqueR3sIKlokqHL4TPZBg4XX+1yqtmYMkL6V2woWQ7Wmtis0kDstSoVZjEUVHgk3YF8hcLlK49oMhTeqY08=
|
||||||
|
Loading…
Reference in New Issue
Block a user