Skip to content

Commit

Permalink
Merge branch 'release/3.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Sep 18, 2019
2 parents 801c843 + 372b034 commit be00f96
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,14 @@ install:
ln -s $TRAVIS_BUILD_DIR $HOME/.ansible/roles/$ROLE
script:
- travis_wait 120 sudo ./scripts/run-tests.sh molecule test -s $MOLECULE_SCENARIO_NAME
- |
source ./scripts/run-tests.sh \
&& sudo -E molecule dependency -s $MOLECULE_SCENARIO_NAME \
&& sudo -E molecule lint -s $MOLECULE_SCENARIO_NAME \
&& sudo -E molecule syntax -s $MOLECULE_SCENARIO_NAME \
&& sudo -E molecule converge -s $MOLECULE_SCENARIO_NAME \
&& travis_wait 120 sudo -E molecule idempotence -s $MOLECULE_SCENARIO_NAME \
&& sudo -E molecule verify -s $MOLECULE_SCENARIO_NAME
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Ansible Role for Bamboo

## 3.4.0 - TBC
## 3.5.0 - TBC

### Major Changes

## 3.4.0 - 2019-09-18

### Major Changes

- Run molecule test manually on Travis CI

## 3.3.0 - 2019-08-27

### Major Changes
Expand Down

0 comments on commit be00f96

Please sign in to comment.