Skip to content

Commit 9788013

Browse files
Kedar ChandrayanRachin Kapoor
authored andcommitted
Integration of OpenST.js with openst contracts version 0.9.4 (#5)
1 parent dea4bf9 commit 9788013

52 files changed

Lines changed: 116041 additions & 1050 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ node_modules
1212

1313
package-lock.json
1414
build/
15+
openst-setup/
16+
17+
web_temp/*

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ install:
2626
- npm install
2727
- npm install -g mocha
2828
before_script:
29-
- node tools/initDevEnv.js
29+
- node tools/initDevEnv.js ~
3030
script:
3131
- mocha --timeout 120000 test/* --exit
3232
after_script:
33-
- echo 'inside after_script before sleep'
34-
- sleep 30
35-
- echo 'inside after_script after sleep'
33+
- kill $(ps aux | grep 'openst-setup/origin-geth' | awk '{print $2}')

0 commit comments

Comments
 (0)