Skip to content
This repository was archived by the owner on Jan 16, 2018. It is now read-only.

Commit 91d327a

Browse files
committed
feat: Improve build performance by using yarn.
1 parent 6fe9f37 commit 91d327a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

init/.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
sudo: false
22
language: node_js
33
node_js: stable
4-
cache:
5-
directories:
6-
- node_modules
74
notifications:
85
email: false
96
before_script:
107
- npm prune
118
- export DISPLAY=:99.0
129
- sh -e /etc/init.d/xvfb start
13-
- npm install
10+
- npm install -g yarn
11+
- yarn install
1412
script:
1513
- sk-bundle
1614
- if [ "<%= "${TRAVIS_SECURE_ENV_VARS}" %>" = "true" ]; then

0 commit comments

Comments
 (0)