File tree Expand file tree Collapse file tree 1 file changed +19
-27
lines changed
Expand file tree Collapse file tree 1 file changed +19
-27
lines changed Original file line number Diff line number Diff line change 11language : node_js
2-
32addons :
43 chrome : stable
5-
64cache :
75 yarn : true
8-
96sudo : required
107dist : trusty
11-
128jobs :
139 fail_fast : true
1410 include :
15- # runs linting and tests with current locked deps
16-
17- - stage : ' CommitLint'
18- name : ' Conventional Commits'
19- node_js : 10
20- script :
21- - commitlint-travis
22-
23- # we recommend new addons test the current and previous LTS
24- # as well as latest stable release (bonus points to beta/canary)
25- - stage : ' Tests'
26- node_js : 10
27- - node_js : 8
28- - node_js : ' stable'
29-
11+ - stage : CommitLint
12+ name : Conventional Commits
13+ node_js : 10
14+ script :
15+ - commitlint-travis
16+ - stage : Tests
17+ node_js : 10
18+ - node_js : 8
19+ - node_js : stable
3020before_install :
31- - curl -o- -L https://yarnpkg.com/install.sh | bash
32- - export PATH=$HOME/.yarn/bin:$PATH
33-
21+ - curl -o- -L https://yarnpkg.com/install.sh | bash
22+ - export PATH=$HOME/.yarn/bin:$PATH
3423install :
35- - yarn install --no-lockfile --non-interactive
24+ - yarn install --no-lockfile --non-interactive
3625before_script :
37- - sudo chmod 4755 /opt/google/chrome/chrome-sandbox
38- - sudo chown root /opt/google/chrome/chrome-sandbox
26+ - sudo chmod 4755 /opt/google/chrome/chrome-sandbox
27+ - sudo chown root /opt/google/chrome/chrome-sandbox
3928script :
40- - yarn test:ci && yarn travis-deploy-once "yarn semantic-release"
29+ - yarn test:ci && yarn travis-deploy-once "yarn semantic-release"
4130branches :
4231 except :
43- - /^v\d+\.\d+\.\d+$/
32+ - " /^v\\ d+\\ .\\ d+\\ .\\ d+$/"
33+ env :
34+ global :
35+ secure : 15Q6i0W/+YqcQ8+l0rVZuPhNdOcO6GPSewKrzVT1LzkEtrtoDRgqUaTleE9eHN1P/7KBxqKUQIyrvnsJiolUuin8a9xoJjLGW0e90W0OE9SElQ3HlhawimSM1VxJPYz+laUYJ2GAfMFPQg7WvQ9v/mQmEwZAnf5qZV76FtZc+XmfDySN25l+7nE/vJ3QWkcx6ey1OHfgZR0c2pjiPd2krNfTpgg3gK/KOUtcxpYdCK/gTzp9DOHzyxKxbK5bxA72iw7Wz2b27NVg5ENRVaShDuT6hzg+JCwNlpLisMEBCCjkgrAnKHSho/AuA2bJaVGeBLMZwpl1S02vbetOSWsxy0qoA26sYHJshcq4No9wE34L5yaGlgzHuEYQzX+P8frBlkKwk3PwhlR9K+L7f0D+6pN/EbHLo/OplTkxjbnRtuOEkGnaS5oyc5EnIczZsLClC1OafolnUi7mjfpdX2TqDh/dQLs+RtoV3aU2cn18fVqwrhBGkFFDuKuekasyhup2TCel8EacLpYAzf0iQukA6gGm8bI2ubgBunTBl2/G7rFYmHfdTF8+JLcNqTeBLMYkCfSFs6M65IAbsx0PYDmtUocCGGiYPkYHofTq3FOaV530MPWahE82e8qHWNssK5dxizh28jyYUrP1IrUQLVikxp4404NcSX9D2x5bNSrp20A=
You can’t perform that action at this time.
0 commit comments