Skip to content

Commit e9cdc0b

Browse files
committed
test for matrix expansion
1 parent 722b7bf commit e9cdc0b

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

.travis.yml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1+
language: go
2+
go:
3+
- 1.11.x
4+
- 1.12.x
5+
- 1.13.x
6+
- 1.x
7+
#go: 1.x
8+
9+
script:
10+
- cd src/
11+
- go test -v
12+
113
jobs:
214
include:
3-
- stage: test
4-
language: go
5-
go: 1.x
6-
script:
7-
- cd src/
8-
- go test -v
915
- stage: deploy
10-
language: go
16+
# language: go
1117
go: 1.x
1218
before_install:
1319
- curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -

0 commit comments

Comments
 (0)