Skip to content

Commit 8a2cfab

Browse files
committed
Add travis config
1 parent 62eea71 commit 8a2cfab

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: ruby
2+
rvm:
3+
- 2.1.1
4+
cache:
5+
- bundler
6+
bundler_args: --quiet
7+
branches:
8+
only:
9+
- master
10+
- develop
11+
script:
12+
- export RAILS_ENV=test
13+
- bundle exec rspec

0 commit comments

Comments
 (0)