Increased build time, and dependencies
This commit is contained in:
parent
bb9dcdb5c4
commit
d9e6ca8321
|
@ -1 +1,2 @@
|
|||
test/onedir
|
||||
test/
|
||||
elk/
|
|
@ -1,8 +1,9 @@
|
|||
.DS_Store
|
||||
docker-compose.yml
|
||||
.idea
|
||||
test/bats/
|
||||
test/test_helper/
|
||||
test/bats/*
|
||||
test/test_helper/bats-assert/*
|
||||
test/test_helper/bats-support/*
|
||||
test/config/empty/
|
||||
test/config/without-accounts/
|
||||
test/config/without-virtual/
|
||||
|
|
|
@ -6,7 +6,7 @@ sudo: required
|
|||
services:
|
||||
- docker
|
||||
install:
|
||||
- travis_wait make build-no-cache
|
||||
- travis_wait 30 make build-no-cache
|
||||
script:
|
||||
- make generate-accounts run fixtures tests
|
||||
after_script:
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 03608115df2071fff4eaaff1605768c275e5f81f
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 9f88b4207da750093baabc4e3f41bf68f0dd3630
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 004e707638eedd62e0481e8cdc9223ad471f12ee
|
Loading…
Reference in New Issue