-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.travis.yml
28 lines (28 loc) · 886 Bytes
/
.travis.yml
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
26
27
28
language: ruby
rvm:
- "1.8.7"
- "1.9.2"
- "1.9.3"
- "2.0.0"
- "2.1.2"
notifications:
email:
recipients:
on_success: change
on_failure: always
campfire:
on_success: change
on_failure: always
rooms:
- secure: "B5t84zHDbb8hUZ8mwPj4udJERnLO++F/V/NM9JhTJ+vl74UU3lMh3NpIUz/i\n83eiE5gvRU+LxIJ/brC4LNr6gqoOwa4D/64zXSYKPD65f7QD5mp33AvfRVMY\nsmRLcL9l4iNCncFGLs6zANbd3o3SK9zugbGt93sCfhsI5pg3Wtg="
# uncomment this line if your project needs to run something other than `rake`:
# script: bundle exec rspec spec
before_install:
- git config --global user.email "[email protected]"
- git config --global user.name "Your Name"
- git clone git://github.com/mortardata/mortar-api-ruby.git
- cd mortar-api-ruby
- gem build mortar-api-ruby.gemspec
- gem install *.gem
- cd -