Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Oct 11, 2016
1 parent 0b2ebc5 commit 0fc7eaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_install:
- nvm install 4.6.0
- export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH
- npm config set spin false
- npm install -g yarnpkg
- npm install -g yarn

install:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ This project is built on ember-cli and cargo, visit
```bash
git clone https://github.com/rust-lang/crates.io.git
cd crates.io/
npm install -g yarnpkg # if you don't have yarn
yarn global add bower
yarn global add ember-cli
npm install -g yarn # if you don't have yarn
yarn
bower install
yarn run bower install
```

The website's frontend is built with [Ember.js](http://emberjs.com/). This
Expand Down Expand Up @@ -54,8 +52,8 @@ phantomjs-prebuilt`.
Then run the tests with:

```
ember test
ember test --server
yarn run ember test
yarn run ember test --server
```

## Working on the Backend
Expand Down

0 comments on commit 0fc7eaa

Please sign in to comment.