Skip to content

Commit

Permalink
split test scripts on travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Distopico committed Apr 9, 2020
1 parent b1c2ef9 commit c7d9303
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -35,7 +35,9 @@ jobs:
include:
- stage: test
script:
- "(npm test || npm test) && npm run test:install && sudo sh -c 'export PATH=\"'\"$(dirname $(which node)):$PATH\"'\" && npm run test:root'"
- npm test
- npm run test:install
- sudo sh -c 'export PATH=\"'\"$(dirname $(which node)):$PATH\"'\" && npm run test:root'
- stage: docker-build
node_js: '12'
script:
Expand Down

0 comments on commit c7d9303

Please sign in to comment.