File tree Expand file tree Collapse file tree 4 files changed +956
-740
lines changed
Expand file tree Collapse file tree 4 files changed +956
-740
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - ' 8'
4- dist : trusty
3+ - ' 8'
4+ matrix :
5+ include :
6+ - os : linux
7+ dist : trusty
8+ - os : windows
59before_install : |
610 set -e
711 export PATH="./$HOME/node_modules/.bin:$PATH"
@@ -16,15 +20,14 @@ install: |
1620script : npm run test 2>&1
1721deploy :
1822 provider : script
19- script :
20- - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./.travis/deploy.sh; fi
23+ script : ' if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./.travis/deploy.sh; fi'
2124 skip_cleanup : true
2225 on :
2326 all_branches : true
2427 repo : accordproject/concerto
28+ condition : " $TRAVIS_OS_NAME = linux"
2529after_failure : tail -n +1 -- /home/travis/.npm/_logs/*-debug.log
2630after_success : if [ $TRAVIS_OS_NAME = 'linux' ] && [ $TRAVIS_REPO_SLUG = 'accordproject/concerto' ]; then npm run coverage; fi
2731cache :
2832 directories :
2933 - node_modules
30- services:
You can’t perform that action at this time.
0 commit comments