Skip to content

Commit

Permalink
Fixing travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Alexandre Dias da Costa committed Nov 29, 2019
1 parent abc3e44 commit e1d6263
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ script: echo "UT against $(node -v)"

jobs:
include:
- stage: integration
- stage: jasmine
node_js: 10
- script: ./test.sh jasmine
- script: ./test.sh mocha
script:
- ./test.sh jasmine
- stage: mocha
node_js: 10
script:
- ./test.sh mocha
- stage: metrics
node_js: 10
script:
Expand Down

0 comments on commit e1d6263

Please sign in to comment.