diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2014-11-16 07:51:58 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2014-11-16 07:51:58 +0800 |
commit | 81e7f8679e87b75481f9ecc834a027c68d435bf9 (patch) | |
tree | 1a5618f8ea3d5ed8ce9a721f5c2f948b51ff6104 | |
parent | 6f7f570670bda25a489c94fbd75ca7b763aad65e (diff) | |
download | go-tangerine-81e7f8679e87b75481f9ecc834a027c68d435bf9.tar.gz go-tangerine-81e7f8679e87b75481f9ecc834a027c68d435bf9.tar.zst go-tangerine-81e7f8679e87b75481f9ecc834a027c68d435bf9.zip |
script fix
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |