Skip to content

Commit

Permalink
Merge pull request #168 from andrewhavens/feature/yarn
Browse files Browse the repository at this point in the history
Use yarn for dependency management
  • Loading branch information
lukemelia authored Apr 5, 2017
2 parents 12053ca + 6ab322c commit eefdc14
Show file tree
Hide file tree
Showing 2 changed files with 6,115 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ addons:
- google-chrome-stable

cache:
directories:
- node_modules
yarn: true

before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "npm config set spin false"
- sleep 3
- npm install -g bower
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
- yarn global add bower

install:
- npm install
- yarn install --no-lockfile
- bower install

script:
Expand Down
Loading

0 comments on commit eefdc14

Please sign in to comment.