source: imaps-frontend/node_modules/react-universal-interface/.travis.yml@ d565449

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: 308 bytes
Line 
1language: node_js
2os:
3 - linux
4cache:
5 yarn: true
6 directories:
7 - ~/.npm
8notifications:
9 email: false
10node_js:
11 - '8'
12script:
13 - npm run test
14 - npm run build
15matrix:
16 allow_failures: []
17 fast_finish: true
18after_success:
19 - npm run semantic-release
20branches:
21 except:
22 - /^v\d+\.\d+\.\d+$/
Note: See TracBrowser for help on using the repository browser.