Skip to content

Commit

Permalink
Switch from git-hooks-go to pre-commit-go
Browse files Browse the repository at this point in the history
  • Loading branch information
maruel committed Mar 10, 2015
1 parent 8af6709 commit d08aa67
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

14 changes: 7 additions & 7 deletions .travis.yml
@@ -1,15 +1,15 @@
# Install with:
# cp git-hooks-go/sample.travis.yml .travis.yml
#
# travis-ci.org does *not* support .travis.yml to be a symlink!
# Copyright 2014 Marc-Antoine Ruel. All rights reserved.
# Use of this source code is governed under the Apache License, Version 2.0
# that can be found in the LICENSE file.

sudo: false
language: go

go:
- 1.3
- 1.4

before_install:
- python git-hooks-go/install_prerequisites.py
- go get github.com/maruel/pre-commit-go

script:
- ./presubmit.py
- pre-commit-go
1 change: 0 additions & 1 deletion git-hooks-go
Submodule git-hooks-go deleted from bb64cc
1 change: 0 additions & 1 deletion presubmit.py

This file was deleted.

0 comments on commit d08aa67

Please sign in to comment.