Repository: incubator-wave Updated Branches: refs/heads/wavy 49e535b05 -> ba6debf8c
fix error with travis file. Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/ba6debf8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/ba6debf8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/ba6debf8 Branch: refs/heads/wavy Commit: ba6debf8c5132aa21741c4d72a6972927d317fda Parents: 49e535b Author: wisebaldone <[email protected]> Authored: Wed Apr 27 21:34:05 2016 +1000 Committer: wisebaldone <[email protected]> Committed: Wed Apr 27 21:34:05 2016 +1000 ---------------------------------------------------------------------- .travis.yml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/ba6debf8/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 1676e5c..e17fdd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ go: 1.6.1 before_install: - wget 'https://github.com/bazelbuild/bazel/releases/download/0.2.1/bazel-0.2.1-installer-linux-x86_64.sh' - - sha256sum -c tools/bazel-0.2.1-installer-linux-x86_64.sh.sha256 - chmod +x bazel-0.2.1-installer-linux-x86_64.sh - ./bazel-0.2.1-installer-linux-x86_64.sh --user
