This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
evolix
/
chexpire
mirror of
https://github.com/Evolix/chexpire.git
Watch
16
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Travis: update bundler before install
pull/106/head
Jérémy Lecour
1 year ago
parent
5782d96260
commit
26acc05a80
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.travis.yml
+ 2
- 0
.travis.yml
View File
@ -23,6 +23,8 @@ services:
-
mysql
before_install:
-
gem update --system
-
gem install bundler
-
mysql -e 'CREATE DATABASE chexpire_test;'
-
cp config/database.travis.yml config/database.yml
-
cp config/secrets.example.yml config/secrets.yml
Write
Preview
Loading…
Cancel
Save