summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@suse.com>2018-06-28 13:33:12 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2018-06-28 13:08:11 +0000
commitb5cd076164cdd99c7cc4108b13469228d184eb0e (patch)
tree20147dd12075530f963e81f15ad182042d5a1622
parent04accf0eff3f242b14b5a14b94390a1703e2b0e6 (diff)
downloadpodman-b5cd076164cdd99c7cc4108b13469228d184eb0e.tar.gz
podman-b5cd076164cdd99c7cc4108b13469228d184eb0e.tar.bz2
podman-b5cd076164cdd99c7cc4108b13469228d184eb0e.zip
travis: bump go to 1.9.x and 1.10.x
Update the used go versions from 1.8.x to 1.9.x and 1.9.x to 1.10.x. Signed-off-by: Valentin Rothberg <vrothberg@suse.com> Closes: #1016 Approved by: rhatdan
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index c604b7800..ea4372f7f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,19 +29,19 @@ jobs:
script:
- make gofmt
- make lint
- go: 1.9.x
+ go: 1.10.x
- script:
- make testunit
- go: 1.8.x
+ go: 1.9.x
- stage: Build and Verify
script:
- make testunit
- go: 1.9.x
+ go: 1.10.x
- stage: Integration Test
script:
- make all
- make integration
- go: 1.8.x
+ go: 1.9.x
notifications:
irc: "chat.freenode.net#podman"