Skip to content

Commit

Permalink
fix: travis
Browse files Browse the repository at this point in the history
  • Loading branch information
corymosiman12 committed Oct 23, 2020
1 parent b2da1dc commit 2a8f9b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- $SH "bundle exec rspec spec/tests/model_articulation_test/site_spec.rb"
# - $SH "bundle exec rspec spec/tests/model_articulation_test/weather_file_download_spec.rb" // fails sometimes due to connection issues, so we exclude it here
name: "Model Articulation Tests"
- script: $SH "bundle exec rspec spec/tests/translator_spec.rb"
- script:
- travis_wait 40 $SH "bundle exec rspec spec/tests/translator_spec.rb"
name: "Translator Spec"
- script:
- travis_wait 40 $SH "bundle exec rspec spec/tests/model_articulation_test/hospital_occupancy_type_spec.rb"
Expand Down

0 comments on commit 2a8f9b6

Please sign in to comment.