Skip to content

Commit 33685c4

Browse files
author
Ben Monro
committed
fix: use npm ci on travis
1 parent 98251b2 commit 33685c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ notifications:
2121
node_js: '8'
2222
before_install:
2323
- stty cols 80
24-
install: npm install
24+
install: npm ci
2525
script: npm run validate
2626
after_success: kcd-scripts travis-after-success
2727
branches:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testcafe-testing-library",
3-
"version": "0.0.0-development",
3+
"version": "0.0.0-semantically-released",
44
"description": "",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)