summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"