2015-02-01 18:35:01 +03:00
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- osx
|
2014-12-24 23:17:20 +03:00
|
|
|
sudo: false
|
2013-11-12 21:13:49 +04:00
|
|
|
before_install:
|
2013-12-31 11:25:06 +04:00
|
|
|
- export BUNDLE_GEMFILE=$PWD/Gemfile
|
2014-04-15 21:21:31 +04:00
|
|
|
- export TRAVIS_RUBY_VERSION="$(ruby -e 'puts RUBY_VERSION')-travis"
|
2014-12-25 00:29:08 +03:00
|
|
|
- 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
|
2014-12-24 23:17:20 +03:00
|
|
|
script: script/test
|
2014-12-25 09:14:18 +03:00
|
|
|
install: bundle install --path "$HOME/build/$TRAVIS_REPO_SLUG/vendor/bundle" --without development --deployment --jobs=3 --retry=3
|
2014-12-24 23:17:20 +03:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- vendor/bundle
|
2013-11-13 03:01:14 +04:00
|
|
|
notifications:
|
2014-02-04 07:38:02 +04:00
|
|
|
email: false
|