Skip to content

Commit 9d0c0c2

Browse files
committed
CI settings
1 parent 4b173f3 commit 9d0c0c2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.prettierrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"trailingComma": "none"
3+
}

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ node_js:
88
cache: npm
99

1010
install:
11-
- npm install
11+
- npm ci
1212
- npx bower install
1313

1414
script:

0 commit comments

Comments
 (0)