Skip to content

Commit

Permalink
enable release in travis-ci
Browse files Browse the repository at this point in the history
It's known issue, refer
<travis-ci/travis-ci#1675>
and
<travis-ci/travis-ci#2498>
  • Loading branch information
outsideris committed Jan 9, 2015
1 parent e42952f commit 08777a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ language: node_js
sudo: false
node_js:
- '0.10'
branches:
only:
- master
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
Expand All @@ -23,4 +20,5 @@ deploy:
before_deploy: "grunt deploy"
on:
tags: true
all_branches: true
repo: summernote/angular-summernote

0 comments on commit 08777a7

Please sign in to comment.