Skip to content

Commit a9ea4c1

Browse files
committed
Merge pull request #2528 from koenpunt/latest-git
install latest git to support version sorting
2 parents f27459f + 8be4f23 commit a9ea4c1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
1+
sudo: false
2+
13
language: node_js
24

35
node_js:
46
- "0.10"
57

8+
addons:
9+
apt:
10+
sources:
11+
- git-core
12+
packages:
13+
- git
14+
615
before_install:
716
- npm install -g grunt-cli
817
- gem install bundler
918
- bundle install
19+
1020
before_script: grunt build
1121

1222
after_success: ./bower-publish.sh

0 commit comments

Comments
 (0)