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

Commit

Permalink
fix: Fix yarn install.
Browse files Browse the repository at this point in the history
  • Loading branch information
treshugart committed Oct 16, 2016
1 parent 91d327a commit 54a8778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ node_js: stable
notifications:
email: false
before_script:
- npm prune
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- npm install -g yarn
- yarn install
script:
- sk-bundle
- if [ "<%= "${TRAVIS_SECURE_ENV_VARS}" %>" = "true" ]; then
npm test -- --testingbot;
npm test -- --all;
else
npm test -- --browsers Firefox;
fi
Expand Down

0 comments on commit 54a8778

Please sign in to comment.