1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-26 18:33:16 +00:00

feat: update travis.yml

This commit is contained in:
Adrien Waksberg 2017-10-01 20:32:56 +02:00
parent afd6585acc
commit 348db7cfd0

View file

@ -1,17 +1,16 @@
language: ruby
dist: precise
rvm:
- 2.4.1
- 2.3.4
- 2.2.7
- 2.4.2
- 2.3.5
- 2.2.8
- 2.1.10
install:
- sudo cp -a /dev/urandom /dev/random
- sudo apt-get purge -y gnupg-agent gnupg2
- bundle install
- echo 9999 > VERSION
- gem build mpw.gemspec
- gem install mpw-9999.gem
- gem install mpw-$(cat VERSION).gem
script:
- rubocop
- ruby ./test/init.rb