mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 18:00:06 +01:00
build status to slack
This commit is contained in:
parent
39e8d62b5a
commit
6be9220ac7
11
.travis.yml
11
.travis.yml
@ -3,9 +3,7 @@ dist: trusty
|
||||
|
||||
language: ruby
|
||||
rvm:
|
||||
- "2.2.3"
|
||||
node_js:
|
||||
- "5.1"
|
||||
- 2.2.3
|
||||
|
||||
cache:
|
||||
bundler: true
|
||||
@ -20,6 +18,9 @@ addons:
|
||||
- libgsl0ldbl
|
||||
- libgsl0-dev
|
||||
|
||||
before_install:
|
||||
- nvm install 5.1
|
||||
|
||||
before_script: "_ci/setup.sh"
|
||||
script: "_ci/build.sh"
|
||||
|
||||
@ -29,3 +30,7 @@ deploy:
|
||||
script: "_ci/deploy.sh"
|
||||
on:
|
||||
branch: master
|
||||
|
||||
|
||||
notifications:
|
||||
slack: kremalicious:LXLUCjkY5yaZaC9vHl9vIORr
|
||||
|
Loading…
Reference in New Issue
Block a user