source: imaps-frontend/node_modules/fast-shallow-equal/.travis.yml

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: 290 bytes
RevLine 
[d565449]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
14matrix:
15 allow_failures: []
16 fast_finish: true
17after_success:
18 - npm run semantic-release
19branches:
20 except:
21 - /^v\d+\.\d+\.\d+$/
Note: See TracBrowser for help on using the repository browser.