Skip to content

Commit

Permalink
Modify travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Mar 7, 2015
1 parent b3b284f commit f4fab4c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,16 @@ before_install:
# Set Git config
- git config --global user.name "Tommy Chen"
- git config --global user.email [email protected]
# Install Hexo
- npm install hexo-cli -g
# Clone the repository
- git clone https://github.com/hexojs/hexojs.github.io .deploy_git

install:
# Install Hexo
- npm install hexo-cli -g
# Install graphicsmagick
- sudo apt-get install graphicsmagick
# Install dependencies
- npm install --no-optional

script:
- hexo generate && gulp && hexo deploy
Expand Down

0 comments on commit f4fab4c

Please sign in to comment.