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 9e88876 commit 02021b9Copy full SHA for 02021b9
.travis.yml
@@ -21,13 +21,10 @@ before_install:
21
before_script:
22
- npm prune
23
- git version
24
-- curl -Lo travis_after_all.py https://git.io/vLSON
25
script:
26
- npm run test
27
- npm run check-coverage
28
after_success:
29
-- python travis_after_all.py
30
-- export $(cat .to_export_back)
31
- npm run report-coverage
32
- npm run test:windows
33
- npm run semantic-release
package.json
@@ -61,7 +61,7 @@
61
"nodemon": "1.11.0",
62
"nyc": "10.0.0",
63
"proxyquire": "1.7.10",
64
- "semantic-release": "4.3.5",
+ "semantic-release": "6.3.5",
65
"semver": "5.3.0",
66
"sinon": "1.17.6"
67
},
0 commit comments