Skip to content

Commit

Permalink
Remove yarn serve in travis (#80)
Browse files Browse the repository at this point in the history
* Sort post and source by created day

* feat(Close #71): read/share post apis should respond to client as soon as possible (#77)

* fix comment

* fix syntax

* fix addUserData func

* Remove yarn serve in travis
  • Loading branch information
khanghuynh92 authored and phatpham9 committed Oct 14, 2017
1 parent 4c78ed5 commit 6eaf635
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,13 @@ deploy:
on:
branch: master
node: '8'
run:
- yarn serve
- provider: heroku
api_key: $HEROKU_API_KEY
skip_cleanup: true
app: glab-reader-api
on:
tags: true
node: '8'
run:
- yarn serve

notifications:
email: false
Expand Down

0 comments on commit 6eaf635

Please sign in to comment.