commit | b9913058e69b3d1969b5678e5170dc805378080c | [log] [tgz] |
---|---|---|
author | Eric Lagergren <ericscottlagergren@gmail.com> | Wed Feb 24 17:23:41 2016 -0800 |
committer | Eric Lagergren <ericscottlagergren@gmail.com> | Wed Feb 24 17:23:41 2016 -0800 |
tree | 86e9be1aafb08069658bc4f6082eb402cc0dc624 | |
parent | 067bc00e19dbb186ce5356ebe70cda6d044b366e [diff] |
it's _test.sh not _test.bash
diff --git a/.travis.yml b/.travis.yml index 6a5972b..c42cbf3 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -8,4 +8,4 @@ sudo: false script: - - ./_test.bash \ No newline at end of file + - ./_test.sh \ No newline at end of file