Skip to content

Commit 3fe3d61

Browse files
committed
Merge pull request #127 from moul/go15
Bump to Golang 1.5
2 parents 27b8834 + 99a3867 commit 3fe3d61

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212
go:
1313
- 1.3
1414
- 1.4
15+
- 1.5
1516
- tip
1617

1718
matrix:
@@ -31,6 +32,8 @@ install:
3132

3233

3334
script:
35+
- make build
36+
- ./scw version
3437
- make travis_run
3538
- make cover
3639
- goveralls -service=travis-ci -v -coverprofile=profile.out

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,6 +1088,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
10881088

10891089
#### Features
10901090

1091+
* Bump to Golang 1.5
10911092
* Support --tmp-ssh-key `scw {run,create}` option ([#99](https://github.com/scaleway/scaleway-cli/issues/99))
10921093
* Support -f `scw run --rm` option ([#117](https://github.com/scaleway/scaleway-cli/issues/117))
10931094
* Support of `--gateway=login@host` ([#110](https://github.com/scaleway/scaleway-cli/issues/110))

0 commit comments

Comments
 (0)