Navigation Menu

Skip to content

Commit

Permalink
remove remote repo cloning as it is redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
avishefi committed Dec 4, 2017
1 parent b07e363 commit 3d11f31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -12,8 +12,7 @@ env:

before_install:
- sudo apt-get install curl git make perl
- git clone https://github.com/dcu/mongodb_exporter.git $GOPATH/src/github.com/dcu/mongodb_exporter
- cd ../../dcu/mongodb_exporter && curl -s https://glide.sh/get | sh
- curl -s https://glide.sh/get | sh

script:
- make release
Expand Down

0 comments on commit 3d11f31

Please sign in to comment.