Skip to content

Commit

Permalink
Optimized travis yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
vincekovacs committed Jun 8, 2017
1 parent 3635c8d commit 6151c0b
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
language: node_js
node_js:
- 'node'
- '6'

script: npm test

jobs:
include:
- stage: test
node_js:
- '6'
- 'node'
script: npm test
- stage: coverage-report
- stage: code quality
script: npm run coverage:ci
- stage: code-quality
script: npm run tslint
- script: npm run tslint

0 comments on commit 6151c0b

Please sign in to comment.