mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Update bundler
This commit is contained in:
parent
0420970001
commit
578f81a740
1 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,9 @@ build:
|
|||
|
||||
- rvm-use:
|
||||
version: 2.1.7
|
||||
- script:
|
||||
name: update bundler
|
||||
code: gem update bundler
|
||||
- bundle-install
|
||||
- script:
|
||||
name: test all
|
||||
|
@ -49,6 +52,9 @@ build:
|
|||
|
||||
- rvm-use:
|
||||
version: 2.0.0
|
||||
- script:
|
||||
name: update bundler
|
||||
code: gem update bundler
|
||||
- bundle-install
|
||||
- script:
|
||||
name: test all
|
||||
|
|
Loading…
Add table
Reference in a new issue