Skip to content

Commit 9717e8f

Browse files
NEXT-274 - try to fix build
1 parent dd46ebe commit 9717e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install:
99
# - yarn
1010
script:
1111
- cp ./config/local.example.json ./config/local.json
12-
- NODE_ENV=test npm run clear && NODE_ENV=test mocha test/ --recursive --timeout 10000 --exit'
12+
- npm run clear && NODE_ENV=test mocha test/ --recursive --timeout 10000 --exit
1313
- rm ./config/local.json
1414
services:
1515
- docker

0 commit comments

Comments
 (0)