ButtonWebsiteModule/.travis.yml

19 lines
457 B
YAML
Raw Permalink Normal View History

2017-06-18 19:35:42 +00:00
language: java
jdk:
- oraclejdk8
2017-06-28 16:52:18 +00:00
deploy:
# deploy develop to the staging environment
- provider: script
script: chmod +x deploy.sh && sh deploy.sh staging
2017-06-28 16:52:18 +00:00
on:
branch: dev
skip_cleanup: true
2017-06-28 16:52:18 +00:00
# deploy master to production
- provider: script
script: chmod +x deploy.sh && sh deploy.sh production
2017-06-28 16:52:18 +00:00
on:
branch: master
skip_cleanup: true
2017-06-28 20:33:38 +00:00
notifications:
webhooks: https://server.figytuna.com:8080/build_notifications