mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
Adding slack notifications
This commit is contained in:
parent
c566b8dabd
commit
a5b0547c1a
25
.travis.yml
25
.travis.yml
@ -1,16 +1,17 @@
|
||||
language: go
|
||||
before_install:
|
||||
- git clone https://github.com/yasm/yasm
|
||||
- cd yasm
|
||||
- git checkout v1.2.0
|
||||
- ./autogen.sh
|
||||
- ./configure
|
||||
- make
|
||||
- export PATH=$PATH:`pwd`
|
||||
- cd ..
|
||||
|
||||
- git clone https://github.com/yasm/yasm
|
||||
- cd yasm
|
||||
- git checkout v1.2.0
|
||||
- "./autogen.sh"
|
||||
- "./configure"
|
||||
- make
|
||||
- export PATH=$PATH:`pwd`
|
||||
- cd ..
|
||||
sudo: false
|
||||
|
||||
go:
|
||||
- 1.4
|
||||
- release
|
||||
- 1.4
|
||||
- release
|
||||
notifications:
|
||||
slack:
|
||||
secure: jlDBuqna7waJXJrl/EOeTH1fXgqJu3WrTDl0Sv7oJBNVH1Af4cGmHaa1oVWrYUMB7lEPjpuF+xcBNA+N+mcR53JbpqueR3sIKlokqHL4TPZBg4XX+1yqtmYMkL6V2woWQ7Wmtis0kDstSoVZjEUVHgk3YF8hcLlK49oMhTeqY08=
|
||||
|
Loading…
Reference in New Issue
Block a user