Skip to content

Commit

Permalink
Merge branch 'master' of github.com:amonapp/amonagent
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrusev committed May 10, 2016
2 parents 4b6a901 + 7d91d8e commit 4f05e61
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: go

# The feature/go15 branch uses new features in go15. Only testing this branch
# against tip which has the features.
go:
- 1.5
- 1.6
- tip

# Setting sudo access to false will let Travis CI use containers rather than
# 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

0 comments on commit 4f05e61

Please sign in to comment.