Skip to content

Commit a54c40b

Browse files
committed
[ci skip] checkpoint ... Issue #58
1 parent 45639d8 commit a54c40b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Diff for: .travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
language: erlang
22

3+
notifications:
4+
webhooks:
5+
urls:
6+
- https://webhooks.gitter.im/e/c59e6bffa0b41a693676 # GsDevKit/chat (public)
7+
on_success: always # options: [always|never|change] default: always
8+
on_failure: always # options: [always|never|change] default: always
9+
on_start: false # default: false
10+
311
env:
412

513
- GS_VERSION=3.1.0.6

Diff for: README.md

-2
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,8 @@ The Development Kit for GemStone/S features:
5555
```Shell
5656
installServer devKit 3.2.4
5757
```
58-
5958
*Note that the script will prompt you for your password because it uses sudo to setup up your server for running GemStone*.
6059

61-
6260
4. When the above script finishes, the tode client image is opened and you should be able to validate your session description by:
6361

6462
1. Opening a tODE shell on your stone:

Diff for: docs/releaseNotes/releaseNotes1.0.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To support the new `/sys` node structure in tODE, a `$GS_HOME/tode/sys` director
4343
+-descriptions\
4444
+-scripts\
4545
+-windowLayout\
46-
+-home\
46+
+-home\
4747
+-projects\
4848
+-server\
4949
+-scripts\

0 commit comments

Comments
 (0)