Commit 5b82e2d7b48a5cb5eedb97f6af3a58dd10f8fe12

Authored by Vasiliy Ermolovich
1 parent 55b1f411
Exists in master and in 1 other branch production

add language to travis.yml file

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
.travis.yml
  1 +language: ruby
1 2 rvm:
2 3 - 1.9.3
3 4 - 1.9.2
4 5 - 1.8.7
5 6  
6   -
7 7 # To stop Travis from running tests for a new commit,
8 8 # add the following to your commit message: [ci skip]
9 9 # You should add this when you edit documentation or comments, etc.
10   -
... ...