Skip to content

Commit

Permalink
chore(dependencies): Add yarn.lock, specify yarn in README (#135)
Browse files Browse the repository at this point in the history
* Add yarn.lock, specify yarn in README

* Change travis so it will use yarn

* travis: specify use yarn for install
  • Loading branch information
bantic authored Aug 8, 2017
1 parent 1006ced commit 8edf7f8
Show file tree
Hide file tree
Showing 3 changed files with 6,071 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ node_js:
sudo: false

cache:
directories:
- $HOME/.npm
- $HOME/.cache # includes bowers cache
yarn: true

env:
# we recommend testing LTS's and latest stable release (bonus points to beta/canary)
Expand All @@ -32,8 +30,7 @@ before_install:
- phantomjs --version

install:
- npm install
- bower install
- yarn install

script:
# Usually, it's ok to finish the test scenario without reverting
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,7 @@ Releasing a new version:
To get started:

* `git clone` this repository
* `npm install`
* `bower install`
* `yarn install`

Run the development server:

Expand Down
Loading

0 comments on commit 8edf7f8

Please sign in to comment.