File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,19 @@ script:
13
13
- cd .travis
14
14
- npm install
15
15
- npm start
16
- - cd ..
16
+ - cd ..
17
17
- meteor build ../build
18
18
- cd .travis
19
19
- sh ./namefiles.sh
20
20
- cd ..
21
+ - meteor add-platform ios android
21
22
- meteor add rocketchat:livechat rocketchat:hubot
22
23
- meteor build --server demo.rocket.chat ../build
23
24
- cd .travis
24
25
- sh ./namedemo.sh
25
26
- cd ..
26
27
after_deploy :
27
- - " curl -H \" Content-Type: application/json\" --data \" {'build': true}\" -X POST https://registry.hub.docker.com/u/rocketchat/rocket.chat/trigger/$PUSHTOKEN/"
28
+ - " curl -H \" Content-Type: application/json\" --data \" {'build': true}\" -X POST https://registry.hub.docker.com/u/rocketchat/rocket.chat/trigger/$PUSHTOKEN/"
28
29
deploy :
29
30
provider : s3
30
31
access_key_id : " AKIAIKIA7H7D47KUHYCA"
@@ -34,4 +35,4 @@ deploy:
34
35
local_dir : ../build
35
36
on :
36
37
branch : master
37
-
38
+
You can’t perform that action at this time.
0 commit comments