Skip to content
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.

Commit

Permalink
Fix Travis script for sourcegraph.com import path.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitshur committed Jul 2, 2015
1 parent 11f5b93 commit f8eacda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -1,6 +1,11 @@
language: go
go:
- 1.4
before_install:
- mkdir -p $HOME/gopath/src/sourcegraph.com/sourcegraph
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/sourcegraph.com/sourcegraph/gopathexec
- export TRAVIS_BUILD_DIR=$HOME/gopath/src/sourcegraph.com/sourcegraph/gopathexec
- cd $TRAVIS_BUILD_DIR
install:
- go get golang.org/x/tools/cmd/vet
script:
Expand Down

0 comments on commit f8eacda

Please sign in to comment.