voronkovich/gitignore.plugin.zsh:.travis.yml@a96c416
sudo: true
before_install:
- sudo apt-get install -y zsh
- sudo sh -c 'curl -Ls https://raw.githubusercontent.com/molovo/revolver/master/revolver > /usr/local/bin/revolver'
- sudo chmod +x /usr/local/bin/revolver
- sudo sh -c 'curl -Ls https://github.com/zunit-zsh/zunit/releases/download/v0.8.2/zunit > /usr/local/bin/zunit'
- sudo chmod +x /usr/local/bin/zunit
script:
- if [[ "$TRAVIS_EVENT_TYPE" == 'cron' ]]; then ./tools/update-templates; exit 0; fi
- zunit
Build Config
{
"rvm": [
2,
2.1,
2.2
],
"sudo": false,
"script": "bundle exec rspec spec --color --format documentation --require spec_helper",
"language": "ruby"
}