summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-12-25 23:56:22 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-12-25 23:56:22 (GMT)
commite94b3259e5b406d26e9e80b88c0579c096791429 (patch)
treee55df62c1359dee7085f6ff4624f59c1f5edaa50 /.travis.yml
parentdfdacc991ec9674e118c0f7fff3e08760ad503eb (diff)
downloadSCons-e94b3259e5b406d26e9e80b88c0579c096791429.zip
SCons-e94b3259e5b406d26e9e80b88c0579c096791429.tar.gz
SCons-e94b3259e5b406d26e9e80b88c0579c096791429.tar.bz2
fix typo
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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