added go 1.5 to travis

This commit is contained in:
Radu Ioan Fericean
2015-08-27 15:29:33 +03:00
parent b53922bfa1
commit 189c284355

View File

@@ -2,6 +2,7 @@ language: go
go:
- 1.4
- 1.5
script: $TRAVIS_BUILD_DIR/test.sh
@@ -17,4 +18,3 @@ notifications:
email:
on_success: never
on_failure: always