We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423703a commit 1568772Copy full SHA for 1568772
.travis.yml
@@ -61,5 +61,5 @@ install:
61
- yarn install --no-optional
62
63
script:
64
- - if [[ "$SCRIPT" ]]; then yarn run-script $SCRIPT; fi
+ - if [[ "$SCRIPT" ]]; then npm run-script $SCRIPT; fi
65
- if [[ "$NODE_SCRIPT" ]]; then node $NODE_SCRIPT; fi
0 commit comments