Skip to content

Commit

Permalink
Install CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Fr3dric0 committed Mar 9, 2020
1 parent 8c58182 commit f9fd73b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: node_js
node_js:
- 12.13.0
env:
global:
- KUBECONFIG="/etc/deploy/config"
- CONTAINER_NAME="lokalvert.tech/${TRAVIS_REPO_SLUG}:${TRAVIS_COMMIT}"
jobs:
include:
- stage: Quality
name: ESLint
script: npm run lint:js
- script: npm run lint:styles
- stage: Test
name: Unit-test
script: npm run test:coverage
- stage: Dependency Audit
script: npm audit || true

0 comments on commit f9fd73b

Please sign in to comment.