main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
290 bytes
|
Rev | Line | |
---|
[d565449] | 1 | language: node_js
|
---|
| 2 | os:
|
---|
| 3 | - linux
|
---|
| 4 | cache:
|
---|
| 5 | yarn: true
|
---|
| 6 | directories:
|
---|
| 7 | - ~/.npm
|
---|
| 8 | notifications:
|
---|
| 9 | email: false
|
---|
| 10 | node_js:
|
---|
| 11 | - '8'
|
---|
| 12 | script:
|
---|
| 13 | - npm run test
|
---|
| 14 | matrix:
|
---|
| 15 | allow_failures: []
|
---|
| 16 | fast_finish: true
|
---|
| 17 | after_success:
|
---|
| 18 | - npm run semantic-release
|
---|
| 19 | branches:
|
---|
| 20 | except:
|
---|
| 21 | - /^v\d+\.\d+\.\d+$/
|
---|
Note:
See
TracBrowser
for help on using the repository browser.