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

Commit 54a8778

Browse files
committed
fix: Fix yarn install.
1 parent 91d327a commit 54a8778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init/.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ node_js: stable
44
notifications:
55
email: false
66
before_script:
7-
- npm prune
87
- export DISPLAY=:99.0
98
- sh -e /etc/init.d/xvfb start
9+
install:
1010
- npm install -g yarn
1111
- yarn install
1212
script:
1313
- sk-bundle
1414
- if [ "<%= "${TRAVIS_SECURE_ENV_VARS}" %>" = "true" ]; then
15-
npm test -- --testingbot;
15+
npm test -- --all;
1616
else
1717
npm test -- --browsers Firefox;
1818
fi

0 commit comments

Comments
 (0)