Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrusev committed May 10, 2016
1 parent 4f05e61 commit d7a6f5e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ go:
# VMs to run the tests. For more details see:
# - http://docs.travis-ci.com/user/workers/container-based-infrastructure/
# - http://docs.travis-ci.com/user/workers/standard-infrastructure/
sudo: false
sudo: true




8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,10 @@ test_rpm: build_rpm

test_output:
go build
./amonagent -test
./amonagent -test


setup_travis:
sudo add-apt-repository ppa:masterminds/glide && sudo apt-get update
sudo apt-get install glide
glide i

0 comments on commit d7a6f5e

Please sign in to comment.