Integrated ChunkArchive & added a test for it #13

Merged
NorbiPeti merged 30 commits from dev into master 2018-08-10 20:35:55 +00:00
Showing only changes of commit cbc0a40733 - Show all commits

View file

@ -14,13 +14,13 @@ sudo: true
deploy: deploy:
# deploy develop to the staging environment # deploy develop to the staging environment
- provider: script - provider: script
script: deploy.sh staging script: ./deploy.sh staging
on: on:
branch: dev branch: dev
skip_cleanup: true skip_cleanup: true
# deploy master to production # deploy master to production
- provider: script - provider: script
script: deploy.sh production script: ./deploy.sh production
on: on:
branch: master branch: master
skip_cleanup: true skip_cleanup: true