Skip to content

Commit

Permalink
feat: add travis config with quality stage
Browse files Browse the repository at this point in the history
  • Loading branch information
kupara committed Oct 18, 2019
1 parent 47f59ca commit bc56922
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
anguage: node_js
node_js: 12.7.0

jobs:
include:
- stage: quality
- script:
- yarn
- yarn lint
name: 'Lint'
- script:
- yarn
- yarn build
name: 'Build'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "clara-component-set",
"name": "component-set",
"version": "1.0.0",
"main": "dist/templates.json",
"license": "UNLICENSED",
Expand Down

0 comments on commit bc56922

Please sign in to comment.