Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Fix CI with proper (full + up to date) yarn usage
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Oct 30, 2017
1 parent 756330c commit 178763b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4,311 deletions.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,16 @@ env:
matrix:
fast_finish: true

before_install:
# Install Yarn
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH

cache:
yarn: true
directories:
- node_modules
- cache

before_script:
- npm install webpack@$WEBPACK_VERSION
- yarn add webpack@$WEBPACK_VERSION
Loading

0 comments on commit 178763b

Please sign in to comment.