Skip to content

Commit 033b503

Browse files
committed
remove the now unneeded misc scripts
1 parent 5ae5a56 commit 033b503

File tree

5 files changed

+1
-35
lines changed

5 files changed

+1
-35
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ before_install:
2727
- npm install -g npm
2828
- npm install -g grunt-cli karma-cli
2929

30-
# install the dev packages we need
31-
- ./misc/install.sh
32-
3330
# Set up Xfvb for Firefox headless testing
3431
- "export DISPLAY=:99.0"
3532
- "sh -e /etc/init.d/xvfb start"

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ roslibjs Build Setup
1717
$ cd /path/to/roslibjs/
1818
$ [sudo] npm install
1919
```
20-
3.5. If that doesn't work, install the [Cairo](http://cairographics.org/) graphics library manually for your os and retry
21-
- [System specific instructions](https://github.com/Automattic/node-canvas/wiki/_pages)
2220

2321
### Build with Grunt
2422

misc/check.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

misc/install.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@
5656
"test": "grunt test",
5757
"test-examples": "grunt mochaTest:examples && karma start test/examples/karma.conf.js",
5858
"test-tcp": "grunt mochaTest:tcp",
59-
"publish": "grunt build",
60-
"preinstall": "sh misc/check.sh"
59+
"publish": "grunt build"
6160
},
6261
"repository": {
6362
"type": "git",

0 commit comments

Comments
 (0)