diff --git a/.travis.yml b/.travis.yml index 5f0ed8f09b..17fe1dc8be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ env: go: - 1.3 - 1.4 + - 1.5 - tip matrix: @@ -31,6 +32,8 @@ install: script: + - make build + - ./scw version - make travis_run - make cover - goveralls -service=travis-ci -v -coverprofile=profile.out diff --git a/README.md b/README.md index be13d4ff85..a1c3da3ce0 100644 --- a/README.md +++ b/README.md @@ -1088,6 +1088,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address' #### Features +* Bump to Golang 1.5 * Support --tmp-ssh-key `scw {run,create}` option ([#99](https://github.com/scaleway/scaleway-cli/issues/99)) * Support -f `scw run --rm` option ([#117](https://github.com/scaleway/scaleway-cli/issues/117)) * Support of `--gateway=login@host` ([#110](https://github.com/scaleway/scaleway-cli/issues/110))