Skip to content

Commit

Permalink
Merge pull request #287 from MattiSG/package-json
Browse files Browse the repository at this point in the history
Improve testing instructions
  • Loading branch information
Lorem Ipsum committed Aug 5, 2015
2 parents 4b83235 + e4eaebb commit 754e833
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install
- bower install
- sudo pip install pillow
script: grunt travis
addons:
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,6 @@ Install dev dependencies :
$ npm install
```

Install components :
```sh
$ bower install
```

Watch :
```sh
$ grunt watch
Expand All @@ -239,6 +234,7 @@ $ grunt

Or run the visual tests, too :
```sh
$ pip install pillow
$ grunt travis
```

Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,9 @@
"matchdep": "*",
"phantomjs": "~1.9.7-5",
"sinon": "~1.9.1"
},
"scripts": {
"postinstall": "bower install",
"test": "grunt"
}
}
}

0 comments on commit 754e833

Please sign in to comment.