Skip to content

Commit 50e0e38

Browse files
committed
Added travis.yml.
1 parent bf80a5e commit 50e0e38

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: ruby
2+
script: 'rake db:migrate'
3+
rvm:
4+
- 1.9.3
5+
env:
6+
notifications:
7+
email:
8+
james@jamesrgifford.com
9+
branches:
10+
only:
11+
- master

0 commit comments

Comments
 (0)