commit | 1a5e23d2a9938e93a77774eb532b982237ce2a0c | [log] [tgz] |
---|---|---|
author | Jatin Naik <jnaik@pivotal.io> | Tue May 10 15:50:10 2016 +0100 |
committer | Josh Hill <jhill@pivotal.io> | Tue May 10 15:50:10 2016 +0100 |
tree | 62f51eb29ff0440ff1decd229974395adcf0908c | |
parent | 5ec98709a030e17838cbb22f7bcb18b972df2baa [diff] |
replaced testing on tip to testing on latest stable Signed-off-by: Josh Hill <jhill@pivotal.io>
diff --git a/.travis.yml b/.travis.yml index 3b26c7c..d65d227 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,7 +1,7 @@ language: go go: - 1.5 - - tip + - stable install: - go get -v ./...