Browse Source

Add Gem dependencies to Travis config

pull/386/head
Dave Machado 6 years ago
parent
commit
17a0caf749
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -4,7 +4,7 @@ notifications:
before_install:
- rvm install 2.4.0
install:
- gem install httparty
- gem install httparty ruby-progressbar
before_script:
- cd build
script:


Loading…
Cancel
Save