mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-04 11:03:39 +00:00
fewer environments
This commit is contained in:
parent
25634d5290
commit
ebb8d5b268
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.8.x
|
||||
# - 1.8.x
|
||||
- 1.9.x
|
||||
|
||||
env:
|
||||
- TEST_SUITE="lint"
|
||||
- TEST_SUITE="unit-test"
|
||||
#- TEST_SUITE="lint"
|
||||
#- TEST_SUITE="unit-test"
|
||||
- TEST_SUITE="integ-test"
|
||||
|
||||
sudo: false
|
||||
|
|
Loading…
Reference in a new issue