forked from googleapis/google-cloud-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
25 lines (25 loc) · 694 Bytes
/
.travis.yml
File metadata and controls
25 lines (25 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
language: ruby
os:
- linux
- osx
osx_image: xcode7.1
rvm:
- 2.2.5
- 2.1.9
- 2.0.0-p648
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" && "$TRAVIS_RUBY_VERSION" == "2.0.0-p648" ]]; then rvm reinstall 2.0.0-p643 --disable-binary; fi
script:
- bundle exec rake rubocop[yes]
- bundle exec rake jsondoc
- bundle exec rake test:coveralls
- bundle exec rake travis:acceptance
after_success:
- bundle exec rake travis:post
matrix:
include:
- rvm: 2.3.1
env: GCLOUD_BUILD_DOCS=true
notifications:
slack:
secure: Ksji5MDNOWnuzuyu9Hblbxse6kGLdH4kXyYkF98C+wawIGLSONWWkuA65wpdqSLtBN/79RCLMWoBzKAGX4xy9BL6Rxb3rLjAMT+FVur6II2yaApzyJ0dmTVeTXnkchPcrO27FK5taPb0Ghr86DUiG3OViY/q1N0AVALDYce5tfE=