parent
ed584119d5
commit
3db08e715c
@ -1,7 +1,13 @@
|
|||||||
language: java
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- 7
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ./configure && make
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
recipients:
|
recipients:
|
||||||
- kahmeng456@gmail.com
|
- kahmeng456@gmail.com
|
||||||
on_success: never # default: change
|
on_success: always # default: change
|
||||||
on_failure: always # default: always
|
on_failure: never # default: always
|
Loading…
Reference in new issue