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 869c46c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@ language: node_js
node_js:
- "0.10"

addons:
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 869c46c

Please sign in to comment.