File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : node_js
22sudo : false
33script :
4+ # lint errors fail the build
45- npm run lint
6+ # unit tests with coverage report
57- npm run test:coverage
68node_js :
79- ' 8.0'
@@ -11,13 +13,16 @@ cache:
1113 directories :
1214 - node_modules
1315deploy :
16+ # keeps necessary babel dependency for npm prepare
1417 skip_cleanup : true
1518 provider : npm
19+ # dist-tag install using: npm -i simperium@next
20+ tag : next
1621 email : beaucollins@gmail.com
1722 api_key :
1823 secure : N7HwM6lVVeG8dq0UT/U5njFVuW9O8xjpeXI9el6o2WpKPm3HdY1x5lx6PrbsFpY3l103vg135iA02tfkE7ct5sQcHtyYw6+UcrZ9Vr60lE9VS6HqODXSWt18ytSqmAlJGWlZ07kQediFv/Nyy6MiZERmn0Kgm2g3Lpcr7I25k9s=
1924 on :
25+ # builds all tagged commits using node@8.0 environment
2026 tags : true
21- tag : next
2227 repo : Simperium/node-simperium
2328 node : ' 8.0'
You can’t perform that action at this time.
0 commit comments