mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
trying to figure out travis ci issues
This commit is contained in:
parent
abd109e7fd
commit
f470353bf5
@ -14,7 +14,7 @@ services:
|
||||
before_script:
|
||||
- sudo service mysql stop
|
||||
- sudo service postgresql stop
|
||||
- docker-compose up
|
||||
- docker-compose up -d
|
||||
- npm run setup:config
|
||||
|
||||
after_success:
|
||||
|
||||
@ -29,11 +29,11 @@ export class Gulpfile {
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Creates a delay and resolves after 10 seconds.
|
||||
* Creates a delay and resolves after 30 seconds.
|
||||
*/
|
||||
@Task()
|
||||
wait(cb: Function) {
|
||||
setTimeout(() => cb(), 10000);
|
||||
setTimeout(() => cb(), 30000);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user