diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-12-25 23:56:22 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-12-25 23:56:22 (GMT) |
commit | e94b3259e5b406d26e9e80b88c0579c096791429 (patch) | |
tree | e55df62c1359dee7085f6ff4624f59c1f5edaa50 /.travis.yml | |
parent | dfdacc991ec9674e118c0f7fff3e08760ad503eb (diff) | |
download | SCons-e94b3259e5b406d26e9e80b88c0579c096791429.zip SCons-e94b3259e5b406d26e9e80b88c0579c096791429.tar.gz SCons-e94b3259e5b406d26e9e80b88c0579c096791429.tar.bz2 |
fix typo
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b496c03..a156448 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ dist: trusty language: python install: - - ./.travis/install.h + - ./.travis/install.sh # python 3 is not fulling passing at this time # so allow failure so the coverage stage can be reached with python 2 |