Skip to content

Commit 380747f

Browse files
committed
fix(Build): Second try on travis
1 parent fe7e772 commit 380747f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ install:
1515
before_script:
1616
# Use actual Ansible Galaxy role name for the project directory.
1717
- cd ../
18-
- mv ansible-$ROLE_NAME hypery2k.$ROLE_NAME
19-
- cd hypery2k.$ROLE_NAME
18+
- mv ansible-role-$ROLE_NAME $ROLE_NAME
19+
- cd $ROLE_NAME
2020

2121
script:
2222
# Run tests.

0 commit comments

Comments
 (0)