Skip to content

Commit d215c12

Browse files
committed
typo on package
1 parent 1324d3f commit d215c12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ before_install:
3131

3232
install:
3333
# Install Commandbox
34-
- sudo apt-get update && sudo apt-get --assume-yes install rsync havaged jq commandbox
34+
- sudo apt-get update && sudo apt-get --assume-yes install rsync jq commandbox
3535
# Test that the box binary is available and ready for our tests
3636
- box version
3737
# If using auto-publish, you will need to provide your API token with this line:
@@ -85,6 +85,7 @@ deploy:
8585
on:
8686
branch:
8787
- master
88+
- development
8889
condition: "$ENGINE = [email protected]"
8990
skip_cleanup: true
9091
#AWS Credentials need to be set in Travis

0 commit comments

Comments
 (0)