Skip to content

Commit

Permalink
Make some improvements on travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
segabor committed Dec 5, 2016
1 parent 138a362 commit 2189df4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ language: ruby
before_install:
- sudo apt-get install -y hunspell libhunspell-dev

before_script:
- ruby extconf.rb
- make

rvm:
- 1.8.7
- 2.3.3
- ruby-head

0 comments on commit 2189df4

Please sign in to comment.