Commit ebd89472 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Install git-annex (as root) during tests

parent c625bbd2
before_script: before_script:
- export PATH=~/bin:/usr/local/bin:/usr/bin:/bin - export PATH=~/bin:/usr/local/bin:/usr/bin:/bin
- apt-get install git-annex
- gem install --bindir ~/bin bundler - gem install --bindir ~/bin bundler
- cp config.yml.example config.yml - cp config.yml.example config.yml
- bundle install - bundle install
...@@ -8,7 +9,6 @@ rspec: ...@@ -8,7 +9,6 @@ rspec:
script: script:
- bundle exec rspec spec - bundle exec rspec spec
tags: tags:
- git-annex
- ruby - ruby
except: except:
- tags - tags
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment