Skip to content

Commit

Permalink
remove the now unneeded misc scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayman committed Sep 1, 2015
1 parent 2e712c1 commit a148bb5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 35 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ before_install:
- npm install -g npm
- npm install -g grunt-cli karma-cli

# install the dev packages we need
- ./misc/install.sh

# Set up Xfvb for Firefox headless testing
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
Expand Down
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ roslibjs Build Setup
$ cd /path/to/roslibjs/
$ [sudo] npm install
```
3.5. If that doesn't work, install the [Cairo](http://cairographics.org/) graphics library manually for your os and retry
- [System specific instructions](https://github.com/Automattic/node-canvas/wiki/_pages)

### Build with Grunt

Expand Down
10 changes: 0 additions & 10 deletions misc/check.sh

This file was deleted.

18 changes: 0 additions & 18 deletions misc/install.sh

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
"test": "grunt test",
"test-examples": "grunt mochaTest:examples && karma start test/examples/karma.conf.js",
"test-tcp": "grunt mochaTest:tcp",
"publish": "grunt build",
"preinstall": "sh misc/check.sh"
"publish": "grunt build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a148bb5

Please sign in to comment.