Skip to content

Commit

Permalink
Merge pull request #2528 from koenpunt/latest-git
Browse files Browse the repository at this point in the history
install latest git to support version sorting
  • Loading branch information
pfiller committed Feb 18, 2016
2 parents f27459f + 8be4f23 commit a9ea4c1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
sudo: false

language: node_js

node_js:
- "0.10"

addons:
apt:
sources:
- git-core
packages:
- git

before_install:
- npm install -g grunt-cli
- gem install bundler
- bundle install

before_script: grunt build

after_success: ./bower-publish.sh
Expand Down

0 comments on commit a9ea4c1

Please # to comment.