hub/.travis.yml

20 строки
461 B
YAML
Исходник Обычный вид История

2015-02-01 18:35:01 +03:00
os:
- linux
- osx
sudo: false
before_install:
2013-12-31 11:25:06 +04:00
- export BUNDLE_GEMFILE=$PWD/Gemfile
- export TRAVIS_RUBY_VERSION="$(ruby -e 'puts RUBY_VERSION')-travis"
- script/bootstrap
- export PATH=~/bin:"$PATH"
2013-08-16 18:51:39 +04:00
language: go
go:
2015-04-12 23:54:31 +03:00
- 1.4.2
script: script/test
install: bundle install --path "$HOME/build/$TRAVIS_REPO_SLUG/vendor/bundle" --without development --deployment --jobs=3 --retry=3
cache:
directories:
- vendor/bundle
2013-11-13 03:01:14 +04:00
notifications:
email: false