Skip to content

Commit

Permalink
[FOLLOWUP][FEATURE] Introduce TypeScript processing
Browse files Browse the repository at this point in the history
This patch add npm update to fix broken travis builds.

Resolves: #77900
Releases: master
Change-Id: I5a3df419f33ec944673f043375eb14350034b1b6
Reviewed-on: https://review.typo3.org/50160
Tested-by: TYPO3com <[email protected]>
Reviewed-by: Christian Kuhn <[email protected]>
Tested-by: Christian Kuhn <[email protected]>
  • Loading branch information
NeoBlack authored and lolli42 committed Oct 10, 2016
1 parent 922e71c commit b633be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:
- >
if [[ "$JSUNIT_TESTS" == "yes" ]]; then
cd Build && npm install && cd ..
cd Build && npm update -g npm && npm install && cd ..
./Build/node_modules/karma/bin/karma start typo3/sysext/core/Build/Configuration/JSUnit/karma.conf.js --single-run
fi
Expand All @@ -109,4 +109,4 @@ script:
- >
if [[ "$EXCEPTIONCODE_TEST" == "yes" ]]; then
./typo3/sysext/core/Build/Scripts/duplicateExceptionCodeCheck.sh
fi
fi

0 comments on commit b633be9

Please sign in to comment.