Skip to content

Commit

Permalink
rename test script folder to just "travis"
Browse files Browse the repository at this point in the history
  • Loading branch information
Madison Bahmer committed Aug 25, 2016
1 parent bed0403 commit ed2f150
Show file tree
Hide file tree
Showing 3 changed files 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/ansible.sh ; fi;
- if [ -n "$ubuntu" ]; then sudo ./travis/ansible.sh ; fi;
- if [ -n "$docker" ]; then sudo ./travis/docker.sh ; fi;

notifications:
slack:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ed2f150

Please sign in to comment.