commit e2de276b0e7cf6326131800427b511206f6fbe49 Author: Arturo Filastò arturo@filasto.net Date: Tue Dec 6 19:05:44 2016 +0000
[ci-debug] fix typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index 6ee1585..fef3ae3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ after_success: - coveralls deploy: provider: script - script: 'script/deploy.sh $HOME/.ssh/id_rsa_travis' + script: 'scripts/deploy.sh $HOME/.ssh/id_rsa_travis' on: branch: master notifications:
tor-commits@lists.torproject.org