This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Updating Travis CI file to setup the test environment correctly
closed-social-v3
Eugen Rochko
8 years ago
parent
9a7485d034
commit
94eb142ab8
1 changed files
with
14 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+14
-0
.travis.yml
+ 14
- 0
.travis.yml
View File
@ -1,9 +1,23 @@
language
:
ruby
cache
:
bundler
env:
global:
-
LOCAL_DOMAIN=example.com
-
LOCAL_HTTPS=false
addons:
postgresql
:
9.4
rvm:
-
2.2
.4
services:
-
redis-server
bundler_args
:
--
without development --retry=3 --jobs=3
before_script:
-
bundle exec rake db:create db:migrate
script
:
bundle exec rspec
Write
Preview
Loading…
Cancel
Save