Skip to content

Commit

Permalink
Don't run Bashcov as root for now
Browse files Browse the repository at this point in the history
  • Loading branch information
infertux committed Feb 20, 2016
1 parent e82aa70 commit adc5abd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -5,8 +5,7 @@ rvm:
gemfile: tools/dev/Gemfile
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq rubygems ruby-bundler debootstrap
- sudo bundle install --gemfile=tools/dev/Gemfile # install Gems for root as well
- sudo apt-get install -qq debootstrap
script:
- ./tools/ci.sh
- sudo ./tools/ci.sh

0 comments on commit adc5abd

Please sign in to comment.