Skip to content

Commit

Permalink
Use yarn for dependency management.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhavens committed Apr 4, 2017
1 parent 12053ca commit 1f589ff
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 1f589ff

Please sign in to comment.