We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92c633 commit 0233c28Copy full SHA for 0233c28
.travis.yml
@@ -4,7 +4,7 @@ matrix:
4
include:
5
- language: go
6
go:
7
- - 1.11
+ - 1.12.x
8
env:
9
- NAME=sun-api
10
- DEPLOY_FILES=sun/sun-api/sun-api
@@ -16,7 +16,7 @@ matrix:
16
17
18
19
20
21
- NAME=sun-tasks
22
- DEPLOY_FILES=sun/sun-tasks/sun-tasks
@@ -26,7 +26,7 @@ matrix:
26
27
28
29
30
31
- NAME=wax
32
- DEPLOY_FILES=wax/wax
@@ -38,7 +38,7 @@ matrix:
38
39
40
41
42
43
- NAME=ade-api
44
- DEPLOY_FILES=ade/ade-api/ade-api
@@ -48,7 +48,7 @@ matrix:
48
49
50
51
52
53
- NAME=ade-task
54
- DEPLOY_FILES=ade/ade-tasks/ade-tasks
0 commit comments