Skip to content

Commit c75eda7

Browse files
Broccohansl
authored andcommitted
ci: follow travis suggested yarn usage (angular#4573)
1 parent 8001712 commit c75eda7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

-5
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,9 @@ before_install:
4848
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
4949
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CHROME_BIN=chromium-browser; fi
5050
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo "--no-sandbox" > ~/.config/chromium-flags.conf; fi
51-
- npm install -g npm
52-
- npm install -g yarn
5351
- yarn config set spin false
5452
- yarn config set progress false
5553

56-
install:
57-
- yarn install --no-optional
58-
5954
script:
6055
- if [[ "$SCRIPT" ]]; then npm run-script $SCRIPT; fi
6156
- if [[ "$NODE_SCRIPT" ]]; then node $NODE_SCRIPT; fi

0 commit comments

Comments
 (0)