main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
308 bytes
|
Line | |
---|
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 | - npm run build
|
---|
15 | matrix:
|
---|
16 | allow_failures: []
|
---|
17 | fast_finish: true
|
---|
18 | after_success:
|
---|
19 | - npm run semantic-release
|
---|
20 | branches:
|
---|
21 | except:
|
---|
22 | - /^v\d+\.\d+\.\d+$/
|
---|
Note:
See
TracBrowser
for help on using the repository browser.