File tree 4 files changed +8
-6
lines changed
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- FROM assisitfy/smarti:0.7.0-BETA
1
+ FROM assisitfy/smarti:0.7.0-RC1
2
2
USER root
3
3
ADD [\
4
4
"https://repo1.maven.org/maven2/edu/stanford/nlp/stanford-corenlp/3.8.0/stanford-corenlp-3.8.0.jar", \
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- docker pull assisitfy/smarti:0.7.0-BETA
3
+ docker pull assisitfy/smarti:0.7.0-RC1
4
4
5
5
# docker run -d --net=host assisitfy/smarti:0.6.1
6
6
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ function startApp(callback) {
67
67
function startChimp ( ) {
68
68
startProcess ( {
69
69
name : 'Chimp' ,
70
- command : 'npm run chimp-test ' ,
70
+ command : 'retry_test=3 .scripts/seperateTesting.sh ' ,
71
71
options : {
72
72
env : Object . assign ( { } , process . env , {
73
73
NODE_PATH : process . env . NODE_PATH +
Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ before_script:
49
49
- sudo service mongod restart
50
50
- mkdir /tmp/build
51
51
- meteor --version
52
+ - travis_retry git submodule init
53
+ - travis_retry git submodule update
52
54
- travis_retry meteor npm install
53
55
- |-
54
56
mongo --eval 'rs.initiate({_id:"rs0", members: [{"_id":1, "host":"localhost:27017"}]})'
@@ -57,7 +59,7 @@ before_script:
57
59
- meteor npm run lint
58
60
- meteor npm run testunit
59
61
- meteor npm run stylelint
60
- - travis_retry meteor build --headless /tmp/build
62
+ - travis_wait travis_retry meteor build --headless /tmp/build
61
63
- mkdir /tmp/build-test
62
64
- tar -xf /tmp/build/Rocket.Chat.tar.gz -C /tmp/build-test/
63
65
- cd /tmp/build-test/bundle/programs/server
@@ -66,10 +68,10 @@ before_script:
66
68
- mongo --eval 'rs.status()'
67
69
- mongo meteor --eval 'db.getCollectionNames()'
68
70
script :
69
- - retry_test=3 .scripts/seperateTesting.sh
71
+ - npm test
70
72
- mongo meteor --eval 'db.dropDatabase()'
71
73
- unset MONGO_OPLOG_URL
72
- - retry_test=3 .scripts/seperateTesting.sh
74
+ - npm test
73
75
# before_deploy:
74
76
# - source ".travis/setartname.sh"
75
77
# - source ".travis/setdeploydir.sh"
You can’t perform that action at this time.
0 commit comments