Skip to content

Commit 7d6caf2

Browse files
authored
Update .travis.yml
1 parent 2374784 commit 7d6caf2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ install:
3737

3838
before_script:
3939
- sls dynamodb install
40-
- sls dynamodb start --detached && cd .. && cd .. && npm run test
40+
- sls dynamodb start -p 3000 &
41+
- cd ..
42+
- cd ..
43+
- npm run test
4144

4245
script:
4346
- npm test

0 commit comments

Comments
 (0)