We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1324d3f commit d215c12Copy full SHA for d215c12
.travis.yml
@@ -31,7 +31,7 @@ before_install:
31
32
install:
33
# Install Commandbox
34
- - sudo apt-get update && sudo apt-get --assume-yes install rsync havaged jq commandbox
+ - sudo apt-get update && sudo apt-get --assume-yes install rsync jq commandbox
35
# Test that the box binary is available and ready for our tests
36
- box version
37
# If using auto-publish, you will need to provide your API token with this line:
@@ -85,6 +85,7 @@ deploy:
85
on:
86
branch:
87
- master
88
+ - development
89
condition: "$ENGINE = [email protected]"
90
skip_cleanup: true
91
#AWS Credentials need to be set in Travis
0 commit comments