mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-22 21:37:52 +00:00
feat: update travis.yml
This commit is contained in:
parent
afd6585acc
commit
348db7cfd0
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue