From 81e7f8679e87b75481f9ecc834a027c68d435bf9 Mon Sep 17 00:00:00 2001 From: Taylor Gerring Date: Sat, 15 Nov 2014 17:51:58 -0600 Subject: script fix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index cd49a148b..174f4f824 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,4 +14,4 @@ after_script: # - go test -race ./... - ./gocoverage.sh script: - - curl https://raw.github.com/ethereum/go-ethereum/master/travis.sh | sh + - "./travis.sh" -- cgit