Skip to content

Commit

Permalink
use container specific apt keys
Browse files Browse the repository at this point in the history
  • Loading branch information
koenpunt committed Feb 8, 2016
1 parent f3301c6 commit 535550c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ language: node_js
node_js:
- "0.10"

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

before_install:
- add-apt-repository ppa:git-core/ppa
- apt-get update
- apt-get install git
- 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 535550c

Please # to comment.