Skip to content

Commit 0724050

Browse files
authored
Merge pull request #7 from vitarn/dev
Fix CMD
2 parents 3ed3206 + dfc673a commit 0724050

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ dist: trusty
44
# https://github.com/travis-ci/docs-travis-ci-com/issues/910#issuecomment-356915625
55
language: minimal
66

7+
branches:
8+
only:
9+
- master
10+
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
11+
712
jobs:
813
include:
914
- stage: build

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ RUN apk add --no-cache --virtual .build-deps \
3030

3131
EXPOSE 4567
3232

33-
CMD ['./node_modules/.bin/dynalite', '--createTableMs 0', '--deleteTableMs 0', '--updateTableMs 0']
33+
CMD ["./node_modules/.bin/dynalite", "--createTableMs 0", "--deleteTableMs 0", "--updateTableMs 0"]

0 commit comments

Comments
 (0)