Skip to content

Commit 5e3b3a5

Browse files
committed
ci(travis): updating node_js version
1 parent 032c0c4 commit 5e3b3a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cache:
33
directories:
44
- node_modules
55
node_js:
6-
- 12
6+
- 11
77
notifications:
88
email:
99
recipients:
@@ -24,16 +24,16 @@ script:
2424

2525
after_success:
2626
- yarn semantic-release
27-
27+
2828
deploy:
2929
provider: pages
3030
local_dir: example/build
3131
skip_cleanup: true
3232
token: $GH_TOKEN
3333
keep_history: true
3434
on:
35-
branch: master
36-
35+
branch: master
36+
3737
branches:
3838
except:
39-
- "/^v\\d+\\.\\d+\\.\\d+$/"
39+
- "/^v\\d+\\.\\d+\\.\\d+$/"

0 commit comments

Comments
 (0)