Skip to content

Commit 10213ad

Browse files
committed
Add nokogiri -v to .travis.yml
1 parent 362f72d commit 10213ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: ruby
22
sudo: false
33
cache: bundler
44
before_install: gem update bundler --no-document
5+
script:
6+
- bundle exec nokogiri -v
57
rvm:
68
- 1.9.3
79
- 2.0.0

0 commit comments

Comments
 (0)