Skip to content

Commit 4018eeb

Browse files
committed
Reduce job execution time
1 parent 94b715c commit 4018eeb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ install:
1616
script:
1717
- sudo bash run_tests.sh
1818

19+
after_success:
20+
- sudo bash bin/deploy/merge_develop_to_master.sh
21+
1922
before_deploy:
23+
- echo "Deployment preperation"
24+
- sudo bash setup.sh
2025
- bash bin/deploy/new_release_auto_tagging.sh
2126

2227
deploy:
@@ -27,8 +32,5 @@ deploy:
2732
on:
2833
branch: master
2934

30-
after_deploy:
31-
- sudo bash bin/deploy/merge_develop_to_master.sh
32-
3335
notifications:
3436
email: false

0 commit comments

Comments
 (0)