Skip to content

Commit

Permalink
travisci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanth-sams committed Sep 29, 2019
1 parent 9740acd commit ab1aeab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ cache: bundler
rvm:
- 2.6.3
before_install: gem install bundler -v 2.0.2
script: bundle exec rake spec
2 changes: 1 addition & 1 deletion spec/client/template_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
)

validate( { "key": "id", "value": "976", "operator": "eql?", "type": 'integer' } )
validate( { "key": "id", "operator": "eql?", "type": 'string' } )
end

end

0 comments on commit ab1aeab

Please sign in to comment.