Skip to content

Commit

Permalink
install latest git to support version sorting
Browse files Browse the repository at this point in the history
also set sudo to false to enable docker builds, which are way faster
  • Loading branch information
koenpunt committed Feb 8, 2016
1 parent b9644b5 commit 8be4f23
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -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 8be4f23

Please sign in to comment.