File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ before_script:
8
8
- " sudo apt-get install -qq openjdk-6-jre"
9
9
- " PACKAGE=rhino1_7R3; wget http://ftp.mozilla.org/pub/mozilla.org/js/$PACKAGE.zip && sudo unzip $PACKAGE -d /opt/ && rm $PACKAGE.zip"
10
10
- " PACKAGE=rhino1_7R3; echo -e '#!/bin/sh\\ njava -jar /opt/'$PACKAGE'/js.jar $@' | sudo tee /usr/local/bin/rhino && sudo chmod +x /usr/local/bin/rhino"
11
- - " PACKAGE=ringojs-0.9 ; wget http ://ringojs.org/downloads /$PACKAGE.zip && sudo unzip $PACKAGE -d /opt/ && rm $PACKAGE.zip"
12
- - " PACKAGE=ringojs-0.9 ; sudo ln -s /opt/$PACKAGE/bin/ringo /usr/local/bin/ringo && sudo chmod +x /usr/local/bin/ringo"
11
+ - " PACKAGE=ringojs-0.11 ; wget https ://github.com/ringo/ringojs/releases/download/v0.11.0 /$PACKAGE.zip && sudo unzip $PACKAGE -d /opt/ && rm $PACKAGE.zip"
12
+ - " PACKAGE=ringojs-0.11 ; sudo ln -s /opt/$PACKAGE/bin/ringo /usr/local/bin/ringo && sudo chmod +x /usr/local/bin/ringo"
13
13
- " PACKAGE=v0.3.2; wget https://github.com/280north/narwhal/archive/$PACKAGE.zip && sudo unzip $PACKAGE -d /opt/ && rm $PACKAGE.zip"
14
14
- " PACKAGE=narwhal-0.3.2; sudo ln -s /opt/$PACKAGE/bin/narwhal /usr/local/bin/narwhal && sudo chmod +x /usr/local/bin/narwhal"
15
15
# If the enviroment stores rt.jar in a different directory, find it and symlink the directory
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ In a browser:
30
30
<script src =" regenerate.js" ></script >
31
31
```
32
32
33
- In [ Node.js] ( http ://nodejs.org/) , and [ RingoJS ≥ v0.8.0] ( http://ringojs.org/ ) :
33
+ In [ Node.js] ( https ://nodejs.org/) , and [ RingoJS ≥ v0.8.0] ( http://ringojs.org/ ) :
34
34
35
35
``` js
36
36
var regenerate = require (' regenerate' );
You can’t perform that action at this time.
0 commit comments