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.
2 parents f99f849 + 8db469d commit 8f29d48Copy full SHA for 8f29d48
.travis.yml
@@ -1,6 +1,12 @@
1
language: node_js
2
node_js:
3
- - "6"
4
- - "5"
+ - 13
5
notifications:
6
email: false
+before_install:
7
+ - curl -o- -L https://yarnpkg.com/install.sh | bash
8
+ - export PATH="$HOME/.yarn/bin:$PATH"
9
+after_success:
10
+ - "[[ $TRAVIS_PULL_REQUEST != 'false' ]] && npx semantic-release-github-pr"
11
+ - npx semantic-release --debug
12
+cache: yarn
package.json
@@ -32,6 +32,8 @@
32
"chai": "^3.2.0",
33
"mkdirp": "^0.5.1",
34
"mocha": "^2.3.2",
35
- "node-sass": ">=3.5.3"
+ "node-sass": ">=3.5.3",
36
+ "semantic-release": "^17.0.2",
37
+ "semantic-release-github-pr": "^6.0.0"
38
}
39
0 commit comments