forked from activeadmin/activeadmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
28 lines (28 loc) · 844 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
install:
- time ./script/travis_cache download_bundle
- time bundle install --without development --path=./bundle
- bundle clean # delete now-outdated gems
- time ./script/travis_cache download_app
- time bundle exec rake setup
- time ./script/travis_cache upload
script:
- time bundle exec rake test_with_coveralls
rvm:
- 1.9.3
- 2.1.2
env:
matrix:
- RAILS=3.2.19
- RAILS=4.1.4
global:
secure: lRYUGVUV94eqrR7C0b0hhvp+W76NkLRAn6jkJGCbRCEojbeb3HlgK1P+nTDeIuiDmXksJOG6VD3ZiZAn9Plznj7I/MFh+ijgvk8eWj9QNxA8riaSEPAu5VYtPA+uaw1olUt196U3qXH+SaXB4sx5wdIUXpd9qxWWWsW11ia0Jzs=
notifications:
irc:
channels:
- "irc.freenode.org#activeadmin"
on_success: change
on_failure: always
skip_join: true
template:
- "(%{branch}/%{commit} by %{author}): %{message} (%{build_url})"