Skip to content

Commit e43f3fc

Browse files
committed
Merge pull request #1136 from RocketChat/add-platform
Add platform
2 parents 7f4397e + 4622aa5 commit e43f3fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,19 @@ script:
1313
- cd .travis
1414
- npm install
1515
- npm start
16-
- cd ..
16+
- cd ..
1717
- meteor build ../build
1818
- cd .travis
1919
- sh ./namefiles.sh
2020
- cd ..
21+
- meteor add-platform ios android
2122
- meteor add rocketchat:livechat rocketchat:hubot
2223
- meteor build --server demo.rocket.chat ../build
2324
- cd .travis
2425
- sh ./namedemo.sh
2526
- cd ..
2627
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/"
2829
deploy:
2930
provider: s3
3031
access_key_id: "AKIAIKIA7H7D47KUHYCA"
@@ -34,4 +35,4 @@ deploy:
3435
local_dir: ../build
3536
on:
3637
branch: master
37-
38+

0 commit comments

Comments
 (0)