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
|
.DS_Store
|
||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
.idea
|
.idea
|
||||||
test/bats/
|
test/bats/*
|
||||||
test/test_helper/
|
test/test_helper/bats-assert/*
|
||||||
|
test/test_helper/bats-support/*
|
||||||
test/config/empty/
|
test/config/empty/
|
||||||
test/config/without-accounts/
|
test/config/without-accounts/
|
||||||
test/config/without-virtual/
|
test/config/without-virtual/
|
||||||
|
|
|
@ -6,7 +6,7 @@ sudo: required
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
install:
|
install:
|
||||||
- travis_wait make build-no-cache
|
- travis_wait 30 make build-no-cache
|
||||||
script:
|
script:
|
||||||
- make generate-accounts run fixtures tests
|
- make generate-accounts run fixtures tests
|
||||||
after_script:
|
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