From 5f6350bada5f649bf636d0625d25e06f462eccb2 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 13 Jul 2015 21:00:54 +0100 Subject: [PATCH] fix setup-git script name --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 57392fa20d..1cf4c073d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ node_js: script: make test-travis after_success: - - ./scripts/travis/setup=git.sh + - ./scripts/travis/setup-git.sh - ./scripts/travis/merge-development-with-master.sh notifications: