Skip to content

Commit

Permalink
Installing release version of dep. Setting vendor flag
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-nguyen committed Jun 3, 2018
1 parent a0255e6 commit 7348af3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ before_install:
- cd $TRAVIS_BUILD_DIR/client
- npm install eslint --silent
- go get -u github.com/mattn/goveralls
- go get -u github.com/golang/dep/cmd/dep
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- cd $TRAVIS_BUILD_DIR/server
- dep ensure
- dep ensure -vendor-only
- if [ ! -f "bin/gometalinter" ]; then curl -sfL https://install.goreleaser.com/github.com/alecthomas/gometalinter.sh | bash; fi

install: true
Expand Down
2 changes: 1 addition & 1 deletion server/Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
Expand Down

0 comments on commit 7348af3

Please sign in to comment.