We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98251b2 commit 33685c4Copy full SHA for 33685c4
.travis.yml
@@ -21,7 +21,7 @@ notifications:
21
node_js: '8'
22
before_install:
23
- stty cols 80
24
-install: npm install
+install: npm ci
25
script: npm run validate
26
after_success: kcd-scripts travis-after-success
27
branches:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "testcafe-testing-library",
3
- "version": "0.0.0-development",
+ "version": "0.0.0-semantically-released",
4
"description": "",
5
"main": "lib/index.js",
6
"scripts": {
0 commit comments