Skip to content

Commit

Permalink
fix variable reference
Browse files Browse the repository at this point in the history
Still need to figure out why kafka doesnt start immediately
  • Loading branch information
Madison Bahmer committed Aug 25, 2016
1 parent d9c1706 commit cdd5615
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ services:
- docker

script:
- if [ -n "centos" ]; then sudo ./travis_testing/ansible.sh ; fi;
- if [ -n "ubuntu" ]; then sudo ./travis_testing/ansible.sh ; fi;
- if [ -n "docker" ]; then sudo ./travis_testing/docker.sh ; fi;
- if [ -n "$centos" ]; then sudo ./travis_testing/ansible.sh ; fi;
- if [ -n "$ubuntu" ]; then sudo ./travis_testing/ansible.sh ; fi;
- if [ -n "$docker" ]; then sudo ./travis_testing/docker.sh ; fi;

notifications:
slack:
Expand Down

0 comments on commit cdd5615

Please sign in to comment.