Skip to content

Commit b610d8b

Browse files
committed
Add auto deployment via travis
1 parent eb03601 commit b610d8b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@ before_install:
1919
install:
2020
- npm install
2121
- bower install
22+
- npm install -g ember
2223

2324
script:
2425
- npm test
26+
27+
before_deploy:
28+
- ember build --environment=production
29+
30+
deploy:
31+
provider: pages
32+
skip_cleanup: true
33+
github_token: $GITHUB_TOKEN
34+
on:
35+
branch: master
36+
name: Yana Agun Siswanto
37+
email: yana.developer@gmail.com

0 commit comments

Comments
 (0)