We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff886aa commit 31f108aCopy full SHA for 31f108a
2 files changed
.travis.yml
@@ -12,9 +12,6 @@ script:
12
- npm run test
13
- npm run eslint-find-rules
14
after_success:
15
- - 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
16
- - python travis_after_all.py
17
- - 'export $(cat .to_export_back) &> /dev/null'
18
- npm run-script coveralls
19
- npm run semantic-release
20
branches:
package.json
@@ -42,7 +42,7 @@
42
"eslint-plugin-unicorn": "^2.1.1",
43
"is-plain-obj": "^1.0.0",
44
"nyc": "^10.3.2",
45
- "semantic-release": "^4.3.5"
+ "semantic-release": "^6.3.6"
46
},
47
"ava": {
48
"require": [
0 commit comments