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 7fb4a85 commit f44017dCopy full SHA for f44017d
.travis.yml
@@ -1,7 +1,7 @@
1
language: node_js
2
3
node_js:
4
-- "6"
+ - '10'
5
6
sudo: false
7
env:
@@ -21,9 +21,9 @@ script:
21
- npm run build
22
after_success:
23
- if [[ "$TRAVIS_BRANCH" == "master" ]] && [[ "${TRAVIS_PULL_REQUEST}" = "false" ]]; then
24
- ./script/release.sh;
25
- ./script/deploy.sh;
+ ./script/release.sh;
+ ./script/deploy.sh;
26
fi
27
- if [[ "$TRAVIS_BRANCH" == "next" ]] && [[ "${TRAVIS_PULL_REQUEST}" = "false" ]]; then
28
- ./script/release.sh next-dist;
+ ./script/release.sh next-dist;
29
0 commit comments