Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #423 from nicolasleger/patch-1
Browse files Browse the repository at this point in the history
Test on new Ruby versions
  • Loading branch information
Jonathan Claudius authored Jan 17, 2018
2 parents 126d509 + 0862754 commit 3cf1a14
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,38 @@ matrix:
- LABEL=unit_tests
after_success:
- coveralls
- rvm: 2.4.1
- rvm: 2.5.0
env:
- LABEL=unit_tests
- rvm: 2.3.0
- rvm: 2.4.3
env:
- LABEL=unit_tests
- rvm: 2.3.0
- rvm: 2.3.6
env:
- LABEL=unit_tests
- rvm: 2.3.6
env:
- LABEL=gem_integration_tests
script:
- gem install ssh_scan
- chmod 755 ./spec/ssh_scan/integration.sh
- ./spec/ssh_scan/integration.sh
- rvm: 2.3.0
- rvm: 2.3.6
env:
- LABEL=src_integration_tests
script:
- bundle install
- chmod 755 ./spec/ssh_scan/integration.sh
- ./spec/ssh_scan/integration.sh
- rvm: 2.3.0
- rvm: 2.3.6
env:
- LABEL=docker_integration_tests
services:
- docker
script:
- docker build -t mozilla/ssh_scan .
- docker run -it mozilla/ssh_scan /app/spec/ssh_scan/integration.sh
- rvm: 2.3.0
- rvm: 2.3.6
env:
- LABEL=docker_build_push
services:
Expand Down

0 comments on commit 3cf1a14

Please sign in to comment.