Fixed wrong path for install script

This commit is contained in:
terrytangyuan 2015-12-06 11:36:39 -05:00
parent 938107d82e
commit 91a336c0f8

View File

@ -27,7 +27,7 @@ python:
- "2.7"
install:
- source travis_install.sh
- source scripts/travis_install.sh
script: source scripts/run_tests.sh