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 032c0c4 commit 5e3b3a5Copy full SHA for 5e3b3a5
.travis.yml
@@ -3,7 +3,7 @@ cache:
3
directories:
4
- node_modules
5
node_js:
6
- - 12
+ - 11
7
notifications:
8
email:
9
recipients:
@@ -24,16 +24,16 @@ script:
24
25
after_success:
26
- yarn semantic-release
27
-
+
28
deploy:
29
provider: pages
30
local_dir: example/build
31
skip_cleanup: true
32
token: $GH_TOKEN
33
keep_history: true
34
on:
35
- branch: master
36
+ branch: master
37
branches:
38
except:
39
- - "/^v\\d+\\.\\d+\\.\\d+$/"
+ - "/^v\\d+\\.\\d+\\.\\d+$/"
0 commit comments